graphql-dotnet / conventions

GraphQL Conventions Library for .NET
MIT License
233 stars 63 forks source link

Convention generated schema along with federated schema #229

Open aeyaey opened 2 years ago

aeyaey commented 2 years ago

Is it currently possible to use this project along with federated schema?

Currently we use the GraphQL.Utilities.Federation.FederatedSchema.For(...) with a text based schema and c# classes matching that. Having to keep the schema and classes in sync seems a bit dull.