morpheus-graphql-0.0.1: Morpheus GraphQL

Safe HaskellSafe
LanguageHaskell2010

Data.Morpheus.Schema.DirectiveLocation

Documentation

data DirectiveLocation Source #

Instances
Data DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Schema.DirectiveLocation

Methods

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

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

toConstr :: DirectiveLocation -> Constr #

dataTypeOf :: DirectiveLocation -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Schema.DirectiveLocation

Generic DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Schema.DirectiveLocation

Associated Types

type Rep DirectiveLocation :: Type -> Type #

GQLKind DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLKind

GQLEnum DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Kind.GQLEnum

type Rep DirectiveLocation Source # 
Instance details

Defined in Data.Morpheus.Schema.DirectiveLocation

type Rep DirectiveLocation = D1 (MetaData "DirectiveLocation" "Data.Morpheus.Schema.DirectiveLocation" "morpheus-graphql-0.0.1-9yOQmuk6QYrGODa72tt3vl" False) ((((C1 (MetaCons "QUERY" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MUTATION" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SUBSCRIPTION" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FIELD" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "FRAGMENT_DEFINITION" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FRAGMENT_SPREAD" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "INLINE_FRAGMENT" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SCHEMA" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SCALAR" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "OBJECT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FIELD_DEFINITION" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ARGUMENT_DEFINITION" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "INTERFACE" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "UNION" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ENUM" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ENUM_VALUE" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "INPUT_OBJECT" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "INPUT_FIELD_DEFINITION" PrefixI False) (U1 :: Type -> Type))))))