graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.RQL.IR.BoolExp.Lenses

Documentation

geWhere :: forall backend field field. Lens (GExists backend field) (GExists backend field) (GBoolExp backend field) (GBoolExp backend field) Source #

geTable :: forall backend field. Lens' (GExists backend field) (TableName backend) Source #

_BoolExists :: forall backend field. Prism' (GBoolExp backend field) (GExists backend field) Source #

_NoRedaction :: forall b v. Prism' (AnnRedactionExp b v) () Source #

Orphan instances

Wrapped (BoolExp b) Source # 
Instance details

Associated Types

type Unwrapped (BoolExp b) Source #

BoolExp b ~ t => Rewrapped (BoolExp b) t Source # 
Instance details