ProtectedbaseThe base URL of the REST API.
ProtectedconfigThe default config of the REST API.
ReadonlystatusThe status of the requests.
Sends a CONNECT request to the REST API.
Optionalconfig: TSends a DELETE request to the REST API.
Optionalconfig: TSends a GET request to the REST API.
Optionalconfig: THandles the error of the request.
Handles the pending state of the request.
Handles the success of the request.
Sends a HEAD request to the REST API.
Optionalconfig: TProtectedisChecks if the config status is settable.
Sends a mutation to the GraphQL API.
Sends an OPTIONS request to the REST API.
Optionalconfig: TSends a PATCH request to the REST API.
Sends a POST request to the GraphQL API.
Sends a PUT request to the REST API.
Sends a query to the GraphQL API.
ProtectedsendSends a request to the REST API.
Optionalbody: WProtectedsetSets the status of the request.
Sends a TRACE request to the REST API.
Optionalconfig: TTransforms the body of the request.
Transforms the query parameters of the request.
Sends a POST request if the mode is 'create' or a PUT request if the mode is 'update' to the REST API.
The GraphQlAPI class extends the RestAPI class and manages the requests to a GraphQL API.
Aracna Reference