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

audit graphql changelog #95

Open
ljharb opened this issue Mar 7, 2024 · 2 comments
Open

audit graphql changelog #95

ljharb opened this issue Mar 7, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ljharb
Copy link
Owner

ljharb commented Mar 7, 2024

  1. manually audit https://docs.github.com/en/graphql/overview/changelog#schema-changes-for-2022-11-15-1 to make sure our schema is up to date, and new fields we can use are added
  2. programmatically monitor it if possible and notify us when fields we use are mentioned, and when new fields are added.
@ljharb ljharb added the help wanted Extra attention is needed label Mar 7, 2024
@Urigo
Copy link

Urigo commented Mar 20, 2024

You can introspect the schema and feed it into GraphQL Hive or GraphQL Inspector to see for any changes

@ljharb
Copy link
Owner Author

ljharb commented Mar 20, 2024

@Urigo thanks, that's helpful! Any chance you'd be interested in PRing in a cron workflow that files an issue for any changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants