-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
I'm generating C# objects for a GraphQL endpoint. I can generate C# classes for a specific query and its outputs, but I was wondering if I could generate C# classes for all of the object types, regardless of what my query looks like. Many of the fields would be null, but it would allow me to write different queries to the same endpoint and use the same C# classes. It would also make exploration easier since I could modify a query and use the data without having to rebuild my C# classes.
Reactions are currently unavailable