Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema.idl | |
graphql.schema.idl.errors |
Modifier and Type | Method and Description |
---|---|
DirectiveDefinition |
DirectiveDefinition.Builder.build() |
DirectiveDefinition |
DirectiveDefinition.deepCopy() |
DirectiveDefinition |
DirectiveDefinition.transform(Consumer<DirectiveDefinition.Builder> builderConsumer) |
DirectiveDefinition |
DirectiveDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitDirectiveDefinition(DirectiveDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitDirectiveDefinition(DirectiveDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected DirectiveDefinition |
GraphqlAntlrToLanguage.createDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
Optional<DirectiveDefinition> |
TypeDefinitionRegistry.getDirectiveDefinition(String directiveName) |
Map<String,DirectiveDefinition> |
TypeDefinitionRegistry.getDirectiveDefinitions() |
Modifier and Type | Method and Description |
---|---|
GraphQLDirective |
SchemaGeneratorHelper.buildDirectiveFromDefinition(DirectiveDefinition directiveDefinition,
Function<Type,GraphQLInputType> inputTypeFactory) |
Constructor and Description |
---|
DirectiveIllegalLocationError(DirectiveDefinition element,
String locationName) |
DirectiveRedefinitionError(DirectiveDefinition newEntry,
DirectiveDefinition oldEntry) |
NonUniqueNameError(DirectiveDefinition typeDefinition,
InputValueDefinition inputValueDefinition) |
Copyright © 2019. All rights reserved.