gql_transform_link

Last updated:

0 purchases

gql_transform_link Image
gql_transform_link Images
Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.