kamilkisiela / graphql-inspector

🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
https://the-guild.dev/graphql/inspector
MIT License
1.64k stars 185 forks source link

Github Action with two schemas without endpoint #2818

Open Amnesthesia opened 3 weeks ago

Amnesthesia commented 3 weeks ago

Is your feature request related to a problem? Please describe.

We use react-native, where we have a schema in a separate repository. We'd like to be able to check whether a PR to our other repository is compatible with the schema in our react-native repository

Describe the solution you'd like

Support comparing a local schema file with another local schema file, or schema files in separate repositories

Describe alternatives you've considered