Search Results for

    Show / Hide Table of Contents

    TGraphQLPlaygroundOptions Class

    Set of options for the GraphQL Playground IDE.

    Remarks

    Use these class properties to customize the GraphQL Playground IDE provided when the TGraphQLHttpOptions.PlaygroundEnabled is true.

    Syntax

    Unit: GraphQL.Http.Playground

    TGraphQLPlaygroundOptions = class(TPersistent);

    Properties

    Name Description
    Title The title of the GraphQL Playground web page. If empty, default value will be "GraphQL Playground".
    Endpoint The endpoint URL for the GraphQL server to be used by the Playground IDE.
    If empty, it will assume the server URL is the same as the GraphQL Playground.
    Theme Specifies the color mode of the IDE. Default is Dark.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com