Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show source of schema change #198

Open
kylebrowning opened this issue Oct 4, 2022 · 3 comments
Open

Show source of schema change #198

kylebrowning opened this issue Oct 4, 2022 · 3 comments
Labels
schema checks and publishes Questions and requests related to the Apollo schema checks and schema publishing pipeline

Comments

@kylebrowning
Copy link

kylebrowning commented Oct 4, 2022

We have a rogue process that (seemingly random) updates our graph schema in a staging environment. Thus far we have been unable to track down why this happens. (Its basically reverting to a schema that is about a year old)

Is there a way to see the source of a schema change for example, did someone push it via their terminal, did an API trigger it, was a git push to a repo, etc etc.

If not, please add one!

@d3rp3tt3
Copy link
Contributor

d3rp3tt3 commented Oct 6, 2022

@kylebrowning , is your schema registered in Apollo Studio? Is it using federation?

@kylebrowning
Copy link
Author

Yes our schema is registered in Apollo Studio, were not using federation yet, but we have some instances of federation setup for testing

@setchy
Copy link
Contributor

setchy commented Oct 7, 2022

By chance are you using the Apollo Server schema publishing plugin? Could perhaps be someone (or something) who hasn't got an updated branch locally starting the server

@d3rp3tt3 d3rp3tt3 added the schema checks and publishes Questions and requests related to the Apollo schema checks and schema publishing pipeline label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema checks and publishes Questions and requests related to the Apollo schema checks and schema publishing pipeline
Projects
None yet
Development

No branches or pull requests

3 participants