grooviter / gql

Groovy GraphQL library
http://grooviter.github.io/gql/
Apache License 2.0
49 stars 6 forks source link

Reuse of GraphQL instance instead of GraphQLSchema #19

Closed mariogarcia closed 6 years ago

mariogarcia commented 6 years ago

At the moment GQL is not reusing GraphQL instance, which is bad for performance. This has to be address asap.