airgql-0.7.1.2: Automatically generate a GraphQL API for an SQLite database
Safe HaskellSafe-Inferred
LanguageHaskell2010

AirGQL.Types.TextNullable

Documentation

data TextNullable Source #

Instances

Instances details
FromJSON TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

ToJSON TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

Generic TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

Associated Types

type Rep TextNullable :: Type -> Type #

Show TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

Eq TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

type Rep TextNullable Source # 
Instance details

Defined in AirGQL.Types.TextNullable

type Rep TextNullable = D1 ('MetaData "TextNullable" "AirGQL.Types.TextNullable" "airgql-0.7.1.2-LHfNMzVCPB9CgrB5L7WeEw" 'False) (C1 ('MetaCons "TextUndefined" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "TextNull" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "TextValue" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))