Skip to content

[Breaking] fix(GRAPHQL): Remove support of String --> int32 coercion in variables. #15

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

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

JatinDev543
Copy link

@JatinDev543 JatinDev543 commented Mar 15, 2021

According to graphql specs, any value apart from Int should return an error if passed to a variable whose expected type is int32.
We are removing support for String --> Int32 coercing, though for int64 we still support String -->Int64 coercing when values are passed as variables.

@JatinDev543 JatinDev543 merged commit eb159c9 into master Mar 16, 2021
@JatinDev543 JatinDev543 deleted the jatin/GRAPHQL-1081 branch March 16, 2021 06:27
@JatinDev543 JatinDev543 changed the title fix(GRAPHQL): Remove support of String --> int32 coercion in variables. [Breaking] fix(GRAPHQL): Remove support of String --> int32 coercion in variables. Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants