graphql-schema-registry
graphql-schema-registry copied to clipboard
GraphQL schema registry
Hello, I like that the async schema update was included in the new version 4.0, but the kafka and zookeeper dependencies make the system quite thick. I was thinking that...
Apollo Fereation 2 was recently released. I don't know exactly how the registry of the new solution differs under the hood. However, very useful innovations have been introduced, so the...
## Problem We want to add the possibility to break down the schemas and break it into graphQL entities (operations, types, fields, arguments...). For each schema that arrives on the...
## Problem In order to develop the new break down schema feature, we will need some new tables on the MySql database. ## Changes New migration adding 7 new tables...
Hello @tot-ra :wave: We are planning to add some features mentioned in the [roadmap](https://github.com/pipedrive/graphql-schema-registry#roadmap), starting by adding a schema usage breakdown (Query, Mutations, Scalars, Objects...). The aim is to store...
Hello @tot-ra :wave: [As mentioned in another issue](https://github.com/pipedrive/graphql-schema-registry/issues/123) we are planning to add new features. Exploring the code we realised that some types are missing. We plan to gradually add...
When pushing a schema update where the only change is the case of a field, the update is ignored. This is likely because of the way the registry uses SQL...
ASSETS_URL is currently required in order to serve the frontend application for schema registry. However, it is only used inside the HTML page for the frontend. If omitted, browsers would...
Hello! We are in the process of setting the Schema Registry for our federated gateway. It's been fairly easy and straightforward so far. It appears that Redis is only ever...