Last updated:
0 purchases
gql transform link
GQL Link to transform Requests and Responses.
May be used to update context, document, variables, data, errors, etc.
Usage #
A simple usage example:
TransformLink(
requestTransformer: (req) => req.withContextEntry(
RequestExtensionsThunk((req2) => req2.operation.variables),
),
responseTransformer: (resp) => resp.withContextEntry(
ResponseExtensions("an extension"),
),
);
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the GitHub.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.