Search Results for

    Show / Hide Table of Contents

    TSchemaDocument.FindDirective Method

    Returns an existing directive with the specified name.

    Remarks

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

    Syntax

    Unit: GraphQL.Schema

    function TSchemaDocument.FindDirective(const Name: string): TSchemaDirectiveDefinition;

    Parameters

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

    See also

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