mix use of conventions and graphtype first approach
aeyaey opened this issue · 2 comments
aeyaey commented
We use the classic graph-type first schema approach in our graphql-dotnet implementation until now. I like the concept of attribute based markup schema generation of conventions, but can't figure out how to mix the two approaches in one setup. Is it possible and what is the limitations?
blissi commented
I am interested in that, too...currently I'm trying to get GraphQL.EntityFramework running for some resolvers, but that doesn't seem to mix with this library.
tlil commented
Yes, take a look at DynamicConstructionTests.cs :-)