Search Results for

    Show / Hide Table of Contents

    IGraphQLHttpRequest.GetUrl Method

    Returns the full requested URL.

    Remarks

    This method must return the full URL of the request. It must include the scheme (http or https), the host, the port (if not default), path and query information. For example: http://myserver/base/graphql/?operationName=Query

    Syntax

    Unit: GraphQL.Http.Interfaces

    function IGraphQLHttpRequest.GetUrl: string; virtual; abstract;

    See also

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