Closed jneurock closed 4 years ago
This PR allows for instances of GraphQLSchema to be passed into handlers instead of only allowing raw schemas. This should allow for cases like merging schemas and should fix #48.
GraphQLSchema
This PR allows for instances of
GraphQLSchema
to be passed into handlers instead of only allowing raw schemas. This should allow for cases like merging schemas and should fix #48.