Search Results for

    Show / Hide Table of Contents

    GraphQL.Schema Namespace

    Classes

    Name Description
    TFieldResolverArgs The arguments passed to the field resolver for resolving the field value.
    TSchemaAssignable​Type A GraphQL type that can be assigned to a property as a reference to a schema type.
    TSchemaBooleanType Represents the GraphQL Boolean type.
    TSchemaDirective​Definition Represents a GraphQL directive definition.
    TSchemaDocument Holds information about the GraphQL schema.
    TSchemaEnumType Represents a GraphQL enum type.
    TSchemaEnumValue Represents a enum value in a GraphQL enum type.
    TSchemaField Represents a GraphQL object field.
    TSchemaFloatType Represents the GraphQL Float type.
    TSchemaIDType Represents the GraphQL ID type.
    TSchemaInput​Object​Type Represents a GraphQL input object type.
    TSchemaInputValue Represents a GraphQL input value definition (field argument or input object field).
    TSchemaInterfaceType Represents a GraphQL interface type.
    TSchemaIntType Represents the GraphQL Int type.
    TSchemaListType Represents a GraphQL list type.
    TSchemaNamedType Represents a named GraphQL type.
    TSchemaNonNullType Represents a GraphQL non-null type.
    TSchemaObjectType Represents a GraphQL object type.
    TSchemaScalarType Represents a GraphQL scalar type. Ancestor of concrete scalar implementations.
    TSchemaStringType Represents the GraphQL String type.
    TSchemaStructured​Type Base class for structure output type, which can be either a TSchemaObjectType or an TSchemaInterfaceType.
    TSchemaType The ancestor of all classes that represent a GraphQL type.
    TSchemaUnionType Represents a GraphQL union type.
    TTypeResolverArgs The arguments passed to the type resolver for resolving the abstract type of an union of interface type.

    Interfaces

    Name Description
    IFieldResolver A field resolver returns a value for a given field within a graph.
    ITypeResolver A type resolver returns the schema object type being used to implement a give interface or union.

    Class References

    Name Description
    TSchemaDocumentClass A type representing a TSchemaDocument class.

    Anonymous methods

    Name Description
    TFieldResolverFunc The function type of a field resolver. A function of this type is executed to resolve a field.
    TSchemaDocumentProc An event type that receives a schema document when fired.
    TTypeResolverFunc The function type of a type resolver. A function of this type is executed to resolve a type.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com