Fix snapshot difference

This commit is contained in:
Jean-Louis Fuchs 2019-12-11 15:58:59 +01:00
parent 100f56de62
commit 6c7f55ab1a
No known key found for this signature in database
GPG Key ID: 3440F981335FD30F

View File

@ -237,8 +237,10 @@ enum ReporterReporterType {
}
type RootQuery {
node(
\"""The ID of the object\"""
node(id: ID!): Node
id: ID!
): Node
}
""".lstrip()
assert str(schema) == expected