graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

docs: add docs on integration with Graphene v3 #104

Closed kiendang closed 1 year ago

kiendang commented 1 year ago

Supersede #90.

Thanks to 476edf370099df050289f9c0b8d70007e7dc8ecc users can pass a schema object of type graphene.Schema to GraphQLView directly. This is equivalent to passing schema.graphql_schema