gql_transform_link 0.1.6-alpha+1609864025930 copy "gql_transform_link: ^0.1.6-alpha+1609864025930" to clipboard
gql_transform_link: ^0.1.6-alpha+1609864025930 copied to clipboard

outdated

GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.

MIT License PRs Welcome Watch on GitHub Star on GitHub Watch on GitHub Discord

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"),
  ),
);

Features and bugs #

Please file feature requests and bugs at the GitHub.

0
likes
0
pub points
93%
popularity

Publisher

verified publishergql-dart.dev

GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

gql_exec, gql_link

More

Packages that depend on gql_transform_link