graphql-mesh
graphql-mesh copied to clipboard
Add 'usage reporting' support for the Hive registry
The hive registry supports multiple clients for usage reporting (https://the-guild.dev/graphql/hive/docs/features/usage-reporting) however graphql mesh is not yet supported and i think it would make a great candidate.
It is supported; https://the-guild.dev/graphql/mesh/docs/guides/hive#config-api-reference
ah totally missed that i looked at https://the-guild.dev/graphql/hive/docs/features/usage-reporting which led me to https://the-guild.dev/graphql/hive/docs/api-reference/client which led me to believe it's not supported.
perhaps adding graphql mesh to https://the-guild.dev/graphql/hive/docs/api-reference/client might make sense here?
Yes good point! Created a PR for that; https://github.com/kamilkisiela/graphql-hive/pull/2782