The documentation talks about the integration with Relay http://docs.graphene-python.org/projects/django/en/latest/tutorial-relay/ but since Relay is React only I was wondering if Apollo is "officially" or unofficially supported as well.
I've been using graphene with apollo without any issue :) AFAIK apollo doesn't specify anything special (ie, nothing like edges, nodes or clientMutationID)
Seems to work fine with most use cases, but uploading via Apollo Client doesn't seem to be presently supported.
I am facing the same challenge. Also using Apollo client's uploader.
See: Apollo upload client support #404
Apollo is supported. Tracking uploading issue in https://github.com/graphql-python/graphene-django/issues/417
I've been using graphene with apollo without any issue :) AFAIK apollo doesn't specify anything special (ie, nothing like edges, nodes or clientMutationID)
code samples or it didn't happen 馃敘 :]
I found this article, this tutorial shows how django, graphene and apollo can be used together. https://medium.com/davao-js/nuxt-apollo-graphql-django-c56d6911f4c4
Most helpful comment
I've been using graphene with apollo without any issue :) AFAIK apollo doesn't specify anything special (ie, nothing like edges, nodes or clientMutationID)