You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the great library. Our frontend team is now looking into integrating the newly enabled queries. A GraphQL schema would be awesome for something like https://www.graphql-code-generator.com to automatically generate a lot of boilerplate code.
Is there support or a workaround for this? Technically all the data is there. Graphene offers it like this:
./manage.py graphql_schema --schema tutorial.quickstart.schema --out schema.json
Side question: the playground offers a single endpoint /get/ and takes a specified model. How would I integrate something like that (which is even closer to "standard" graphql) into my backend?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there,
thanks for the great library. Our frontend team is now looking into integrating the newly enabled queries. A GraphQL schema would be awesome for something like https://www.graphql-code-generator.com to automatically generate a lot of boilerplate code.
Is there support or a workaround for this? Technically all the data is there. Graphene offers it like this:
./manage.py graphql_schema --schema tutorial.quickstart.schema --out schema.json
Side question: the playground offers a single endpoint /get/ and takes a specified model. How would I integrate something like that (which is even closer to "standard" graphql) into my backend?
Thanks in advance!
The text was updated successfully, but these errors were encountered: