Uses of Interface
com.graphql_java_generator.plugin.language.Field
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of Field in com.graphql_java_generator.plugin.language
Modifier and TypeMethodDescriptiondefault Field
Directive.getArgument
(String argumentName) Returns the argument that matches the given argument nameDataFetcher.getField()
Retrieves theField
that this data fetcher fills.Relation.getField()
Get theField
which handles this association.default Field
Returns the Field of the given nameType.getIdentifier()
Returns the identifier for this type.Relation.getMappedyBy()
If this association is bidirectionnal, and this object is not the owner of the relation, this method returns the field in the Object/Entity that owns this relation.Modifier and TypeMethodDescriptionDirective.getArguments()
A directive may have arguments.Type.getFields()
Returns the list ofField
s for this type.Field.getInputParameters()
All fields in an object may have parameters. -
Uses of Field in com.graphql_java_generator.plugin.language.impl
Modifier and TypeMethodDescriptionEnumType.getIdentifier()
An enum has no identifier.ObjectType.getIdentifier()
ScalarType.getIdentifier()
A scalar has no identifier.ModifierConstructorDescriptionDataFetcherImpl
(Field field, DataFetchersDelegate dataFetcherDelegate, boolean declareInGraphQLProvider, boolean batchMapping, boolean withDataLoader, Type graphQLOriginType)