GQLDirectiveDefinition
constructor(sourceLocation: SourceLocation? = null, description: String?, name: String, arguments: List<GQLInputValueDefinition>, repeatable: Boolean, locations: List<GQLDirectiveLocation>, directives: List<GQLDirective>)
Parameters
name
the name of the directive without the '@'
constructor(sourceLocation: SourceLocation? = null, description: String?, name: String, arguments: List<GQLInputValueDefinition>, repeatable: Boolean, locations: List<GQLDirectiveLocation>)