Package no.sikt.graphitron.definitions.fields
package no.sikt.graphitron.definitions.fields
-
ClassDescriptionAbstractField<T extends graphql.language.NamedNode<T> & graphql.language.DirectivesContainer<T>>This class represents the general functionality associated with GraphQLs object fields.An argument for a
ObjectField.Represents a parsed @defaultOrder directive with one of three modes: index, fields, or primaryKey.An enum value within anEnumDefinition.Represents a field sort specification parsed from the @order or @defaultOrder directives.GenerationSourceField<T extends graphql.language.NamedNode<T> & graphql.language.DirectivesContainer<T>>This class represents the general functionality associated with GraphQLs fields that can initialise code generation.A field for aInputDefinition.Represents the default field type, which in addition to the generic field functionality also provides join operation data.This class represents operation fields in the schema type.An order by field enum value within anEnumDefinition.Virtual field for when we want to have a virtual source for code generation.Virtual field representing a table record, used when code generation needs a table reference without a corresponding GraphQL field definition.