Search Results for

    Show / Hide Table of Contents

    TSchemaInputObjectType.FindField Method

    Returns the input field given a specified name.

    Syntax

    Unit: GraphQL.Schema

    function TSchemaInputObjectType.FindField(const Name: string): TSchemaInputValue; virtual;

    Parameters

    <-> Parameter Type Description
    const Name string The name of the input field to be returned. If an input field with that name is not found, result is nil.

    See also

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