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

‼️ GraphQL Inspector - Deprecated GitHub Application #2648

Open TuvalSimha opened 10 months ago

TuvalSimha commented 10 months ago

GraphQL Inspector - Deprecated GitHub Application

GraphQL Inspector offers several ways to use its features, including a Command Line Tool, GitHub Application, GitHub Action, and Programmatic API.

We in The Guild, decided to deprecate the GitHub Application and remove it from the codebase for some reasons:

  1. Hard & old maintenance.
  2. Low demands.
  3. Better alternatives such as the CLI and GitHub Actions.
  4. Limited functionality and features for the GitHub App.

You are more than welcome to read about migrating from GraphQL Inspector App to GraphQL Inspector Action. .

arxeiss commented 7 months ago

I accept your decision about deprecating that App. I would like to migrate to Github Action, but only output is total amount of changes. And I would like to send Slack notification just like App did.

Is there a way how to achieve this? Ie how to use all benefits of Action like annotation etc, but also get output like old App did so I can send a Slack notification.