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
For the given query, I expect the input to be returned as is in my data fetcher :
{
testLong(input: 198372202168701314)
}
I get an incorrect result since the long value is not matching the input:
{
"data": {
"testLong": 198372202168701300
}
}
I have verified that the raw response is in fact correct via curl and by also inspecting the response payload in chrome's developer tools. In GraphiQL, the last 2 digits are displayed incorrectly.
Is there an existing issue for this?
Current Behavior
I have the following schema in a Graphql service:
For the given query, I expect the input to be returned as is in my data fetcher :
I get an incorrect result since the long value is not matching the input:
I have verified that the raw response is in fact correct via curl and by also inspecting the response payload in chrome's developer tools. In GraphiQL, the last 2 digits are displayed incorrectly.
Expected Behavior
The response should be
Steps To Reproduce
No response
Module pattern
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: