morpheus-graphql-0.0.1: Morpheus GraphQL

Safe HaskellSafe
LanguageHaskell2010

Data.Morpheus.Schema.EnumValue

Documentation

data EnumValue Source #

Instances
Data EnumValue Source # 
Instance details

Defined in Data.Morpheus.Schema.EnumValue

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnumValue -> c EnumValue #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnumValue #

toConstr :: EnumValue -> Constr #

dataTypeOf :: EnumValue -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnumValue) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnumValue) #

gmapT :: (forall b. Data b => b -> b) -> EnumValue -> EnumValue #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnumValue -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnumValue -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnumValue -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnumValue -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnumValue -> m EnumValue #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnumValue -> m EnumValue #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnumValue -> m EnumValue #

Show EnumValue Source # 
Instance details

Defined in Data.Morpheus.Schema.EnumValue

Generic EnumValue Source # 
Instance details

Defined in Data.Morpheus.Schema.EnumValue

Associated Types

type Rep EnumValue :: Type -> Type #

GQLKind EnumValue Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLKind

GQLObject EnumValue Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLObject

type Rep EnumValue Source # 
Instance details

Defined in Data.Morpheus.Schema.EnumValue

type Rep EnumValue = D1 (MetaData "EnumValue" "Data.Morpheus.Schema.EnumValue" "morpheus-graphql-0.0.1-9yOQmuk6QYrGODa72tt3vl" False) (C1 (MetaCons "EnumValue" PrefixI True) ((S1 (MetaSel (Just "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "description") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "isDeprecated") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool) :*: S1 (MetaSel (Just "deprecationReason") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))))