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
I fixed my issue, turns out there was a syntax error in the directive declaration, I'll leave this open in case someone wants to convert it to a bug.
directive@hiddenonOBJECT, FIELD_DEFINITION # coma should've been reported as an errordirective@hiddenonOBJECT | FIELD_DEFINITION # fixing the coma fixes the issue
My schema passes validation I suppose because I see this:
But from the browser I never get beyond this point:
Is there any way for me to check what part of my very large gql file may be causing issues?
The text was updated successfully, but these errors were encountered: