You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time the graphQL schemas change, we need to be informed if the change is breaking or non-breaking.
Proposal
The proposal is to automatically post a comment on the PR whenever there are modifications to the GraphQL schemas. This comment will provide information about whether the changes are breaking or non-breaking.
To implement this, we can use the actions/graphql-inspector GitHub action, which will take care of the inspection of the schemas when the PR is opened.
Idea
Every time the graphQL schemas change, we need to be informed if the change is breaking or non-breaking.
Proposal
The proposal is to automatically post a comment on the PR whenever there are modifications to the GraphQL schemas. This comment will provide information about whether the changes are breaking or non-breaking.
To implement this, we can use the actions/graphql-inspector GitHub action, which will take care of the inspection of the schemas when the PR is opened.
Todo
lint
workflow responsible for posting a descriptive comment regarding any changes made to the GraphQL schemas.The text was updated successfully, but these errors were encountered: