Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Support float, double and boolean #128

Merged
merged 1 commit into from
Apr 20, 2018

Conversation

Totktonada
Copy link
Member

Float and double are forbidden in arguments to prevent compare of
floating-point number for equality (it is very error prone). Boolean are
allowed to be in arguments.

Fixed false boolean argument bug in graphql-lua.

Fixes #31.

Float and double are forbidden in arguments to prevent compare of
floating-point number for equality (it is very error prone). Boolean are
allowed to be in arguments.

Fixed false boolean argument bug in graphql-lua.
@Totktonada Totktonada added the enhancement New feature or request label Apr 20, 2018
@Totktonada Totktonada added this to the 0.0.1 milestone Apr 20, 2018
@Totktonada Totktonada self-assigned this Apr 20, 2018
@Totktonada Totktonada requested a review from SudoBobo April 20, 2018 14:26
@Totktonada Totktonada merged commit 87e768d into master Apr 20, 2018
@Totktonada Totktonada removed this from the 0.0.1 milestone Apr 20, 2018
@Totktonada Totktonada deleted the gh-31-support-float-and-boolean branch June 20, 2018 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant