Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error fetching amount field in dmgNegation (armor query) #32

Open
avm74 opened this issue May 18, 2024 · 0 comments
Open

Error fetching amount field in dmgNegation (armor query) #32

avm74 opened this issue May 18, 2024 · 0 comments

Comments

@avm74
Copy link

avm74 commented May 18, 2024

Hello! I've been playing around a little bit with this api and I ran into this issue when trying to get the amount subfield in dmgNegation for the armor query:

"errors": [
{
"message": "Int cannot represent non-integer value: 6.1",
"locations": [
{
"line": 14,
"column": 9
}
],
"path": [
"armor",
86,
"dmgNegation",
0,
"amount"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"message": "Int cannot represent non-integer value: 6.1"
}
}
}

It looks like a simple type error from outside, but I just wanted to let you know.

Thank you for the great work!

EDIT: Im fetching the data using GraphQL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant