Search Results for

    Show / Hide Table of Contents

    ITypeResolver Interface

    A type resolver returns the schema object type being used to implement a give interface or union.

    Remarks

    The TSchemaInterfaceType.Resolver and TSchemaUnionType.Resolver properties define the type resolver to be used for the types.

    Syntax

    Unit: GraphQL.Schema

    ITypeResolver = interface(IInterface);

    Methods

    Name Description
    Resolve Returns the schema object type which implements the specified union or interface.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com