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
Compiling this works but the Schema in the playground complains: Uncaught Error: Invalid or incomplete schema, unknown type: . Ensure that a full introspection query is used in order to build a client schema.
The text was updated successfully, but these errors were encountered:
I thought this was odd as I'm using Enum's the same way as you without issues, however noticed you have a space in your name "Status Enum", I can confirm this causes the issue you mentioned if I apply a space to any of my usages. If you remove it and call it "StatusEnum" you should be fine.
I have an issue with using a Enum type in an InputObject type:
Compiling this works but the Schema in the playground complains:
Uncaught Error: Invalid or incomplete schema, unknown type: . Ensure that a full introspection query is used in order to build a client schema.
The text was updated successfully, but these errors were encountered: