We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4653a0e commit 20ca849Copy full SHA for 20ca849
graphene/types/tests/test_datetime.py
@@ -62,7 +62,7 @@ def test_time_query_variable():
62
isoformat = time.isoformat()
63
64
result = schema.execute(
65
- '''query Test($date: Time){ time(at: $time) }''',
+ '''query Test($time: Time){ time(at: $time) }''',
66
variable_values={'time': isoformat}
67
)
68
assert not result.errors
0 commit comments