denisart / graphql-query

Complete Domain Specific Language (DSL) for GraphQL query in Python.
https://denisart.github.io/graphql-query/
MIT License
59 stars 6 forks source link

The Argument does not allow to add a Float type #25

Closed jw closed 1 year ago

jw commented 1 year ago

The Argument type allows many types, but the float type is missing. The scalar types as defined in the spec.

denisart commented 1 year ago

Hello, thanks for using graphql-query. And thanks for your PR!