Tomáš Kroupa
Tomáš Kroupa
We also have a use-case where we need to add multiple interactions for one test. We are using "pact tests" (`@pact-foundation/pact@^9.x.x`) for our GraphQL API and it is not unusual...
Hello @mefellows did you really test the @GeorgeTailor's case when some custom "x-header" has stringified json as value? Today I updated @pact-foundation/pact to version 12.1.0 and I believe it is...
> It looks like the JSON object is being iterated on, and each key in the JSON structure is being converted into an index @mefellows I don't think so. The...
Hello @mefellows. I just tested the latest version of `@pact-foundation/pact@13` and I can confirm that the header parsing bug still exists and unfortunately we still have to use `@pact-foundation/pact@9` which...
Hello @enisdenjo, thank you for your reply. Yes, the problem is still the same even with the latest version of the `@graphql-yoga/[email protected]` plugin. Metrics about "Input Fields" and "Enum Values"...
Hi @EmrysMyrddin, thanks for the info and we'll be happy to try it out. Would it be possible to release us an "alpha" version of the `@graphql-yoga/plugin-apollo-usage-report` plugin that we...
Hello @EmrysMyrddin, metrics for `Object Fields` works correctly with this alfa version. 👍 However, I found a few bugs that need to be fixed first to make it all work....
@EmrysMyrddin Sorry, I forgot to submit the comments. 🤦 You should see them now. We don't have an "enterprise plan", but currently no longer available paid "team plan" which have...
Hello @EmrysMyrddin . Thanks for the new beta version of ApolloUsageReport plugin. We'll try it out and give you feedback after the weekend. I also tested the original/official [ApolloServerPluginUsageReporting](https://github.com/apollographql/apollo-server/blob/da4007f796d76053530b86a4f70817e738d5b6c9/packages/server/src/plugin/usageReporting/plugin.ts#L51) plugin...
Hello @EmrysMyrddin, everything seems to be working fine! Thank you 👍 I found only one issue during testing, which I described in your PR [here](https://github.com/graphql-hive/graphql-yoga/pull/4020#discussion_r2107293875).