Uses of Interface
no.sikt.graphitron.definitions.interfaces.ObjectSpecification
Packages that use ObjectSpecification
Package
Description
-
Uses of ObjectSpecification in no.sikt.graphitron.definitions.interfaces
Subinterfaces of ObjectSpecification in no.sikt.graphitron.definitions.interfacesModifier and TypeInterfaceDescriptioninterfaceRecordObjectSpecification<T extends GenerationField>Specifies that this Java object represents a GraphQL object.interface -
Uses of ObjectSpecification in no.sikt.graphitron.definitions.objects
Classes in no.sikt.graphitron.definitions.objects that implement ObjectSpecificationModifier and TypeClassDescriptionclassAbstractObjectDefinition<T extends graphql.language.TypeDefinition<T>,U extends FieldSpecification> A generalized implementation ofObjectSpecification.classObject 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 the top schema object in GraphQL.classRepresents a GraphQL union type.