gql_transform_link

Creator: coderz1093

Last updated:

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.