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 {
|
type RootQuery {
|
||||||
\"""The ID of the object\"""
|
node(
|
||||||
node(id: ID!): Node
|
\"""The ID of the object\"""
|
||||||
|
id: ID!
|
||||||
|
): Node
|
||||||
}
|
}
|
||||||
""".lstrip()
|
""".lstrip()
|
||||||
assert str(schema) == expected
|
assert str(schema) == expected
|
||||||
|
|
Loading…
Reference in New Issue
Block a user