Whenever I fetch the GraphQL schema of GitHub with the `Accept:
application/vnd.github.shadow-cat-preview+jsonheader, I get the following possible values from
MergeStateStatus`:
BEHIND
BLOCKED
CLEAN
DIRTY
HAS_HOOKS
UNKNOWN
UNSTABLE
When I look in production I can see that I sometimes get DRAFT
value back from mergeStateStatus
. Since I’m using TypeScript it’s kind of nasty to change the type information manually.
It would really help to add DRAFT
to MergeStateStatus
whenever shadow-cat-preview
is used.