Search Results for

    Show / Hide Table of Contents

    TSchemaDocument.FindType Method

    Returns an existing type with the specified name.

    Remarks

    Returns the named type with the specified name. If no type with the name exists, returns nil.

    Syntax

    Unit: GraphQL.Schema

    function TSchemaDocument.FindType(const Name: string): TSchemaNamedType;

    Parameters

    <-> Parameter Type Description
    const Name string The name of the type to be found.

    See also

    • TSchemaDocument
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com