Created
May 5, 2020 22:56
-
-
Save comigor/6a710fe39536ad2a8cbfaec892852ef7 to your computer and use it in GitHub Desktop.
Minimum reproducible schema parsing error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schema { | |
query: Query | |
} | |
type Query { | |
object: Object! | |
} | |
# Some comment | |
# Another comment | |
# The next line will be only `#` | |
# | |
type Object { | |
id: String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment