Module

GraphQL.Hasura.ComparisonExp

Package
purescript-graphql-client
Repository
OxfordAbstracts/purescript-graphql-client

#ComparisonExp Source

type ComparisonExp t = { _eq :: t, _gt :: t, _gte :: t, _in :: Array t, _is_null :: Boolean, _lt :: t, _lte :: t, _neq :: t, _nin :: Array t }