Search Results for

    Show / Hide Table of Contents

    TGraphQLResponse Class

    Contains the results of a GraphQL execution.

    Remarks

    This object holds information generated after a GraphQL document is executed using the GraphQL.Executer.TGraphQLExecuter. Main information is provided in Data property, while if the execution generated any errors they will be available in the Errors property.

    Syntax

    Unit: GraphQL.Response

    TGraphQLResponse = class(TObject);

    Properties

    Name Description
    Data Contains a map representing the result of the execution of the requested operation.
    Errors Holds a list of errors generated during the GraphQL execution.
    Cacheable Indicates if this response can be cached
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com