tirumaraiselvan / graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control
https://hasura.io
Apache License 2.0
2 stars 0 forks source link

implement list and object validations (close #9) #11

Closed tirumaraiselvan closed 5 years ago

tirumaraiselvan commented 5 years ago

Implemented List and Object type validations

We do not have ENUM type which can be a hasura_field but an ENUM type might be used as a static value in the remote args.

chrisdone commented 5 years ago

Looks good to me. If you run stack build --fast --pedantic it'll fail quickly on any warnings such as the gtypeToEither case.