mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 17:22:20 +03:00
Fix snapshot difference
This commit is contained in:
parent
100f56de62
commit
6c7f55ab1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user