GQLDirectiveDefinition

constructor(    sourceLocation: SourceLocation? = null,     description: String?,     name: String,     arguments: List<GQLInputValueDefinition>,     repeatable: Boolean,     locations: List<GQLDirectiveLocation>)

Parameters

name

the name of the directive without the '@'