jcrygier / graphql-jpa

JPA Implementation of GraphQL (builds on graphql-java)
MIT License
165 stars 46 forks source link

github#2: GraphQLSchemaBuilder should only be dependent on Metamodel not EntityManager #9

Closed tazmaniax closed 7 years ago

tazmaniax commented 7 years ago

Task-Url: https://github.com/tazmaniax/graphql-jpa/issues/2

Refactored to only be dependent on Metamodel

tazmaniax commented 7 years ago

Ignore