Any additional parameter will be passed as follows
':parameter' or {parameter} is part of urlmethod is 'GET' or 'HEAD'parameter is 'data'body[parameter] unless parameter key is 'data'Base URL to be used when a relative URL is passed, such as /orgs/{org}.
If baseUrl is https://enterprise.acme-inc.com/api/v3, then the request
will be sent to https://enterprise.acme-inc.com/api/v3/orgs/{org}.
HTTP headers. Use lowercase keys.
Media type options, see Developer Guide
OptionaloperationThe name of the operation to execute. Required only if multiple operations are present in the query document.
OptionalqueryThe GraphQL query string to be sent in the request. This is required and must contain a valid GraphQL document.
OptionalrequestPass custom meta information for the request. The request object will be returned as is.
Optionalurl
The
.endpoint()method is guaranteed to set all keys defined by RequestParameters as well as the method property.