The Magek configuration object.
The raw GraphQL request to be converted.
A promise that resolves to either a GraphQLRequestEnvelope or a GraphQLRequestEnvelopeError object.
Handles the result of a GraphQL request.
Optionalresult: unknownThe result of the GraphQL request (optional).
Optionalheaders: Record<string, string>The headers associated with the GraphQL request result (optional).
A promise that resolves to any value.
Converts a raw GraphQL request to a
GraphQLRequestEnvelopeor aGraphQLRequestEnvelopeError.