Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Class and Description |
---|---|
class |
SchemaDirectiveWiringEnvironmentImpl<T extends GraphQLDirectiveContainer> |
Modifier and Type | Method and Description |
---|---|
default SchemaDirectiveWiring |
WiringFactory.getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
default GraphQLArgument |
SchemaDirectiveWiring.onArgument(SchemaDirectiveWiringEnvironment<GraphQLArgument> environment)
This is called when an argument is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLEnumType |
SchemaDirectiveWiring.onEnum(SchemaDirectiveWiringEnvironment<GraphQLEnumType> environment)
This is called when an enum is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLEnumValueDefinition |
SchemaDirectiveWiring.onEnumValue(SchemaDirectiveWiringEnvironment<GraphQLEnumValueDefinition> environment)
This is called when an enum value is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLFieldDefinition |
SchemaDirectiveWiring.onField(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment)
This is called when a field is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
GraphQLFieldDefinition |
FetchSchemaDirectiveWiring.onField(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment) |
default GraphQLInputObjectField |
SchemaDirectiveWiring.onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment)
This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLInputObjectType |
SchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment)
This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLInterfaceType |
SchemaDirectiveWiring.onInterface(SchemaDirectiveWiringEnvironment<GraphQLInterfaceType> environment)
This is called when an interface is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLObjectType |
SchemaDirectiveWiring.onObject(SchemaDirectiveWiringEnvironment<GraphQLObjectType> environment)
This is called when an object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLScalarType |
SchemaDirectiveWiring.onScalar(SchemaDirectiveWiringEnvironment<GraphQLScalarType> environment)
This is called when a custom scalar is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default GraphQLUnionType |
SchemaDirectiveWiring.onUnion(SchemaDirectiveWiringEnvironment<GraphQLUnionType> environment)
This is called when a union is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
default boolean |
WiringFactory.providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) |
Copyright © 2019. All rights reserved.