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
docs: include name when creating GraphQLEnumValueDefinition (#2078)
### 📝 Description
Was using the docs and this caught me out, you have to set the enum name
when building a new GraphQLEnumValueDefinition otherwise you will
receive `Name must be non-null, non-empty and match
[_A-Za-z][_0-9A-Za-z]* - was 'null'`
### 🔗 Related Issues
0 commit comments