Skip to content

Support for OperationName #107

@la-we

Description

@la-we

I'd like to implement support for operation names as of https://graphql.org/learn/queries/#operation-name

My idea would be to implement support for this as an additional attribute that can be attached to the POCO of the operation itself, i.e.

[GraphQLOperationName("OpName")
class MyMutation {
[GraphQLArgument("test")]
public string ActualMutation {get; set;}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions