Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema | |
graphql.schema.idl | |
graphql.schema.idl.errors |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
FieldDefinition.Builder.build() |
FieldDefinition |
FieldDefinition.deepCopy() |
FieldDefinition |
FieldDefinition.transform(Consumer<FieldDefinition.Builder> builderConsumer) |
FieldDefinition |
FieldDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
ObjectTypeDefinition.getFieldDefinitions() |
List<FieldDefinition> |
InterfaceTypeDefinition.getFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
InterfaceTypeDefinition.Builder |
InterfaceTypeDefinition.Builder.definition(FieldDefinition definition) |
ObjectTypeExtensionDefinition.Builder |
ObjectTypeExtensionDefinition.Builder.fieldDefinition(FieldDefinition fieldDefinition) |
ObjectTypeDefinition.Builder |
ObjectTypeDefinition.Builder.fieldDefinition(FieldDefinition fieldDefinition) |
TraversalControl |
NodeVisitorStub.visitFieldDefinition(FieldDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitFieldDefinition(FieldDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
InterfaceTypeExtensionDefinition.Builder |
InterfaceTypeExtensionDefinition.Builder.definitions(List<FieldDefinition> definitions) |
InterfaceTypeDefinition.Builder |
InterfaceTypeDefinition.Builder.definitions(List<FieldDefinition> definitions) |
ObjectTypeExtensionDefinition.Builder |
ObjectTypeExtensionDefinition.Builder.fieldDefinitions(List<FieldDefinition> fieldDefinitions) |
ObjectTypeDefinition.Builder |
ObjectTypeDefinition.Builder.fieldDefinitions(List<FieldDefinition> fieldDefinitions) |
Constructor and Description |
---|
InterfaceTypeDefinition(String name,
List<FieldDefinition> definitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InterfaceTypeExtensionDefinition(String name,
List<FieldDefinition> definitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectTypeDefinition(String name,
List<Type> implementz,
List<Directive> directives,
List<FieldDefinition> fieldDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectTypeExtensionDefinition(String name,
List<Type> implementz,
List<Directive> directives,
List<FieldDefinition> fieldDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Modifier and Type | Method and Description |
---|---|
protected FieldDefinition |
GraphqlAntlrToLanguage.createFieldDefinition(GraphqlParser.FieldDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected List<FieldDefinition> |
GraphqlAntlrToLanguage.createFieldDefinitions(GraphqlParser.ExtensionFieldsDefinitionContext ctx) |
protected List<FieldDefinition> |
GraphqlAntlrToLanguage.createFieldDefinitions(GraphqlParser.FieldsDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
GraphQLFieldDefinition.getDefinition() |
Modifier and Type | Method and Description |
---|---|
GraphQLFieldDefinition.Builder |
GraphQLFieldDefinition.Builder.definition(FieldDefinition definition) |
Constructor and Description |
---|
GraphQLFieldDefinition(String name,
String description,
GraphQLOutputType type,
DataFetcherFactory dataFetcherFactory,
List<GraphQLArgument> arguments,
String deprecationReason,
List<GraphQLDirective> directives,
FieldDefinition definition)
Deprecated.
use the
GraphQLFieldDefinition.newFieldDefinition() builder pattern instead, as this constructor will be made private in a future version. |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
FieldWiringEnvironment.getFieldDefinition() |
Copyright © 2019. All rights reserved.