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
We needed it internally so I wrote a quick-and-dirty version based on findBreakingChanges. Right now it just walks two schemas and records all the types, fields, args, etc. which have descriptions added or changed, but not removed (aka anything that might need to be reviewed by a docs team).
If there is sufficient interest I don't mind cleaning it up and PRing it here cc @swalkinshaw
The text was updated successfully, but these errors were encountered:
We needed it internally so I wrote a quick-and-dirty version based on
findBreakingChanges
. Right now it just walks two schemas and records all the types, fields, args, etc. which have descriptions added or changed, but not removed (aka anything that might need to be reviewed by a docs team).If there is sufficient interest I don't mind cleaning it up and PRing it here cc @swalkinshaw
The text was updated successfully, but these errors were encountered: