How to pass BigInt as an argument type to the query? #103
Answered
by
JoviDeCroock
winsoroaks
asked this question in
Q&A
-
Hi all. I am trying to pass an argument that is of BigInt type as a condition to my query but was not successful. query MyQuery($number: BigInt!) {
counts(where: { number: $number }) { im getting
i then tweaked my schema for the number to be of type String and make the number to be of type String! in the query. i then ran into
Please let me know if this is the wrong place to ask the question. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
JoviDeCroock
Mar 4, 2024
Replies: 1 comment
-
The error does not come from this library but from createRequestBody which is probably from the library that sends your gql requests |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kitten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error does not come from this library but from createRequestBody which is probably from the library that sends your gql requests