wp-graphql
wp-graphql copied to clipboard
Change post status type from string to enum type
There are a fixed set of possible post status values. The schema should reflect this with an enum type for post stati.