mirror of
https://github.com/graphql-python/graphene.git
synced 2025-10-19 10:14:41 +03:00
31 lines
1.2 KiB
ReStructuredText
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 |