Jan Papenbrock

Results 26 comments of Jan Papenbrock

Are you sure? I thought - the `[name]` part was irrelevant and just for human readability. - the metric path was matched against each `pattern` - the retentions rule for...

Can you provide an example for this?

Also, here's the reference to the official documentation on how to use `@apollo/client` without react: https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/#using-apollo-client-without-react

There's also some PRs open to address this issue: - https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/613 (4 files) - https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/599 (7 files, appears to be more complete)

I saw that @volkanunsal is working on migrating to aws sdk v3 in their fork https://github.com/volkanunsal/aws-mobile-appsync-sdk-js but I think that is currently also using `@apollo/client` imports.

@turchanov I extracted your changes into a fresh PR #80, because this one contains additional files. Hope it makes it easier for the maintainer to review and possibly merge.