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;