Search Results for

    Show / Hide Table of Contents

    TSchemaStructuredType.FindField Method

    Returns the field given a specified name.

    Syntax

    Unit: GraphQL.Schema

    function TSchemaStructuredType.FindField(const Name: string): TSchemaField; virtual;

    Parameters

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

    See also

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