Closed tirumaraiselvan closed 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.
Looks good to me. If you run stack build --fast --pedantic it'll fail quickly on any warnings such as the gtypeToEither case.
stack build --fast --pedantic
gtypeToEither
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.