Uses of Class
no.sikt.graphitron.definitions.objects.AbstractObjectDefinition
Packages that use AbstractObjectDefinition
-
Uses of AbstractObjectDefinition in no.sikt.graphitron.definitions.objects
Subclasses of AbstractObjectDefinition in no.sikt.graphitron.definitions.objectsModifier and TypeClassDescriptionclassObject that corresponds to a GraphQL type whose name ends with the "Connection" suffix.classObject that corresponds to a GraphQL type which is referred to by a connection's "edges" field.classRepresentation of a GraphQL enum type.classRepresents the default GraphQL object, parsed as an exception type.classRepresents a default GraphQL input type.classRepresents a GraphQL interface.classRepresents the default GraphQL object.classRepresentation of an OrderBy enum type.classRecordObjectDefinition<T extends graphql.language.TypeDefinition<T>,U extends GenerationField> A generalized implementation ofObjectSpecificationfor types that can be linked to tables or records.classRepresents a GraphQL union type. -
Uses of AbstractObjectDefinition in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return AbstractObjectDefinitionModifier and TypeMethodDescription@NotNull AbstractObjectDefinition<?,?> ProcessedSchema.getErrorTypeDefinition(String name)