kloeckner-i / ember-cli-mirage-graphql

A library for mocking GraphQL with Ember CLI Mirage
MIT License
24 stars 10 forks source link

Allow GraphQLSchema instances to be passed to handlers #49

Closed jneurock closed 4 years ago

jneurock commented 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.