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

Support ENUM type in remote relationship arguments? #15

Open tirumaraiselvan opened 5 years ago

tirumaraiselvan commented 5 years ago

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.

Expressing an ENUM and parsing it as G.Value will require some custom logic.