morpheus-graphql-0.0.1: Morpheus GraphQL

Safe HaskellSafe
LanguageHaskell2010

Data.Morpheus.Schema.Utils.Utils

Documentation

data Type Source #

Instances
Data Type Source # 
Instance details

Defined in Data.Morpheus.Schema.Type

Methods

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

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

toConstr :: Type -> Constr #

dataTypeOf :: Type -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Type Source # 
Instance details

Defined in Data.Morpheus.Schema.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Data.Morpheus.Schema.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

GQLKind Type Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLKind

GQLKind Field Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLKind

GQLKind InputValue Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLKind

GQLObject Type Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLObject

GQLObject Field Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLObject

GQLObject InputValue Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLObject

type Rep Type Source # 
Instance details

Defined in Data.Morpheus.Schema.Type