graphene/docs/apollo/index.rst
2017-03-10 18:05:28 -08:00

31 lines
1.2 KiB
ReStructuredText

Apollo
======
`Apollo`_ is an open source GraphQL client that has integrations for `React`_, `Angular`_, `Ember`_, `Vue`_, and other frontend view layers.
It has implementations in Swift and Java for `iOS`_ and `Android`_ respectively.
Graphene works with Apollo out of the box, and also supports some of its more advanced features like batching.
.. toctree::
:maxdepth: 2
batching
Useful links
------------
- `Apollo documentation`_
- `Apollo Client Developer Tools`_
- `Apollo React + GraphQL tutorial`_
.. _Apollo: https://github.io/apollostack/apollo-client/
.. _Apollo documentation: http://dev.apollodata.com/
.. _React: https://github.com/apollographql/react-apollo
.. _Angular: https://github.com/apollographql/apollo-angular
.. _Vue: https://github.com/Akryum/vue-apollo
.. _Ember: https://github.com/bgentry/ember-apollo-client
.. _iOS: https://github.com/apollographql/apollo-ios
.. _Android: https://github.com/apollographql/apollo-android
.. _Apollo React + GraphQL tutorial: https://dev-blog.apollodata.com/full-stack-react-graphql-tutorial-582ac8d24e3b
.. _Apollo Client Developer Tools: https://dev-blog.apollodata.com/apollo-client-developer-tools-ff89181ebcf