-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema tab not working #1243
Comments
Same problem here. In my case I had this error: I think it may be linked to this issue: #1115 A workaround is to set |
I'm also seeing this behavior, and the workaround @joffrey-bion mentions fixes it for me. Here's the syntax error it's throwing:
Here's the part of my schema that is failing inside #
directive @cacheControl(
maxAge: Int
scope: CacheControlScope
) on FIELD_DEFINITION | OBJECT | INTERFACE
#
type Query {
# Retrieve the current server time in UTC.
now: DateTime
} |
dupe, fixed in last release |
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
MacOS
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.7.23 , latest
What is the expected behavior?
Schema tab shows blank screen
What is the actual behavior?
It should show the schema
The text was updated successfully, but these errors were encountered: