Class GraphQLAppliedDirectiveArgument

java.lang.Object
graphql.schema.GraphQLAppliedDirectiveArgument
All Implemented Interfaces:
GraphQLInputSchemaElement, GraphQLNamedSchemaElement, GraphQLSchemaElement

@PublicApi public class GraphQLAppliedDirectiveArgument extends Object implements GraphQLNamedSchemaElement, GraphQLInputSchemaElement
This represents the argument values that can be placed on an GraphQLAppliedDirective.

You can think of them as 'instances' of GraphQLArgument, when applied to a directive on a schema element