Added mutations #181
This commit is contained in:
@@ -44,7 +44,7 @@ class HelloQuery(Query):
|
||||
self.string_field(
|
||||
"message",
|
||||
resolver=lambda name: f"Hello {name} {get_request().state.request_id}",
|
||||
).with_argument(str, "name", "Name to greet", "world")
|
||||
).with_argument("name", str, "Name to greet", "world")
|
||||
|
||||
self.collection_field(
|
||||
UserGraphType,
|
||||
|
||||
Reference in New Issue
Block a user