Uses of Interface
com.graphql_java_generator.plugin.language.Field
Packages that use 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
Methods in com.graphql_java_generator.plugin.language that return FieldModifier and TypeMethodDescriptiondefault FieldDirective.getArgument(String argumentName) Returns the argument that matches the given argument nameDataFetcher.getField()Retrieves theFieldthat this data fetcher fills.Relation.getField()Get theFieldwhich handles this association.default FieldReturns the Field of the given namedefault FieldType.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.Methods in com.graphql_java_generator.plugin.language that return types with arguments of type FieldModifier and TypeMethodDescriptionDirective.getArguments()A directive may have arguments.Type.getFields()Returns the list ofFields for this type.Type.getIdentifiers()Returns the list of identifiers for this type, that is, the list of fields which have ID as a type.
Note: the GraphQL specifications states that "The ID scalar type represents a unique identifier, often used to refetch an object or as the key for a cache", which means that an object type may not have multiple ID fields.Field.getInputParameters()All fields in an object may have parameters. -
Uses of Field in com.graphql_java_generator.plugin.language.impl
Classes in com.graphql_java_generator.plugin.language.impl that implement FieldFields in com.graphql_java_generator.plugin.language.impl declared as FieldMethods in com.graphql_java_generator.plugin.language.impl that return types with arguments of type FieldModifier and TypeMethodDescriptionEnumType.getIdentifiers()An enum has no identifier.ObjectType.getIdentifiers()ScalarType.getIdentifiers()A scalar has no identifier.Constructors in com.graphql_java_generator.plugin.language.impl with parameters of type FieldModifierConstructorDescriptionDataFetcherImpl(Field field, DataFetchersDelegate dataFetcherDelegate, boolean declareInGraphQLProvider, boolean batchMapping, boolean withDataLoader, Type graphQLOriginType)