Search Results for

    Show / Hide Table of Contents

    TSchemaDirectiveDefinition.FindArgument Method

    Returns the input argument with the specified name.

    Remarks

    Returns nil if the argument is not found.

    Syntax

    Unit: GraphQL.Schema

    function TSchemaDirectiveDefinition.FindArgument(const Name: string): TSchemaInputValue;

    Parameters

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

    See also

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