How to prevent GraphQLClient.SendQueryAsync change my Key's case #618
Closed
startovernow
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
How can I prevent GraphQLClient.SendQueryAsync(myquery) change my Key's case?
Before sending I can see the part of my variable is
ID = "ZX", and API is expecting "ID", but on Fiddler I see this variable is {"id" : "ZX", ...}, and response error says: got invalid value {id: "ZX", ...} at xxx; Field "id" is not defined.... Did you mean "ID" ?
Any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions