Package | Description |
---|---|
graphql.introspection | |
graphql.schema | |
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
static Introspection.DirectiveLocation |
Introspection.DirectiveLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Introspection.DirectiveLocation[] |
Introspection.DirectiveLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Introspection.DirectiveLocation> |
GraphQLDirective.validLocations() |
Modifier and Type | Method and Description |
---|---|
GraphQLDirective.Builder |
GraphQLDirective.Builder.validLocation(Introspection.DirectiveLocation validLocation) |
GraphQLDirective.Builder |
GraphQLDirective.Builder.validLocations(Introspection.DirectiveLocation... validLocations) |
Constructor and Description |
---|
GraphQLDirective(String name,
String description,
EnumSet<Introspection.DirectiveLocation> locations,
List<GraphQLArgument> arguments,
boolean onOperation,
boolean onFragment,
boolean onField) |
Modifier and Type | Method and Description |
---|---|
GraphQLDirective |
SchemaGeneratorHelper.buildDirective(Directive directive,
Set<GraphQLDirective> directiveDefinitions,
Introspection.DirectiveLocation directiveLocation) |
Copyright © 2019. All rights reserved.