Skip to content

Generate All GraphQL Objects #1080

@ryancerium

Description

@ryancerium

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions