Skip to content

Instantly share code, notes, and snippets.

@comigor
Created May 5, 2020 22:56
Show Gist options
  • Save comigor/6a710fe39536ad2a8cbfaec892852ef7 to your computer and use it in GitHub Desktop.
Save comigor/6a710fe39536ad2a8cbfaec892852ef7 to your computer and use it in GitHub Desktop.
Minimum reproducible schema parsing error
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