You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only getalluser worked for me. others always show error: "got an unexpected keyword argument 'xxxxx'"
anyone has the same issue ?
e.g: { findUser(username: "xxx") { id, name, email } }
The text was updated successfully, but these errors were encountered:
mariuswang007
changed the title
only getalluser demo worked, others show "got an unexpected keyword argument 'username'"
only getalluser demo worked, others show "got an unexpected keyword argument 'xxxx'"
Oct 23, 2018
only getalluser worked for me. others always show error: "got an unexpected keyword argument 'xxxxx'"
anyone has the same issue ?
e.g:
{ findUser(username: "xxx") { id, name, email } }
{ "errors": [ { "message": "resolve_find_user() got an unexpected keyword argument 'username'", "locations": [ { "line": 2, "column": 3 } ], "path": [ "findUser" ] } ], "data": { "findUser": null } }
The text was updated successfully, but these errors were encountered: