The name defined in a [GraphQLName] attribute applied to a TDocument is not being reflected in the generated schema #26
Labels
bug
An error, flaw, or unintended behavior that needs to be addressed
Describe the bug
The name defined in a [GraphQLName] attribute and applied to a TDocument is not being reflected in the generated schema. Like Hot Chocolate, the generated schema type name must reflect the name defined in the attribute.
For example,
should generate a 'pushWorkspace,' not a 'pushReplicatedWorkspace' mutation field.
The text was updated successfully, but these errors were encountered: