ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

audit graphql changelog #95

Open ljharb opened 4 months ago

ljharb commented 4 months ago
  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.
Urigo commented 3 months ago

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

ljharb commented 3 months ago

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