morpheus-graphql-0.0.1: Morpheus GraphQL
Data.Morpheus.Schema.DirectiveLocation
data DirectiveLocation Source #
Constructors
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 #
showsPrec :: Int -> DirectiveLocation -> ShowS #
show :: DirectiveLocation -> String #
showList :: [DirectiveLocation] -> ShowS #
Associated Types
type Rep DirectiveLocation :: Type -> Type #
from :: DirectiveLocation -> Rep DirectiveLocation x #
to :: Rep DirectiveLocation x -> DirectiveLocation #
Defined in Data.Morpheus.Kind.GQLKind
description :: Proxy DirectiveLocation -> Text Source #
typeID :: Proxy DirectiveLocation -> Text Source #
buildType :: Proxy DirectiveLocation -> Core Source #
updateLib :: (Proxy DirectiveLocation -> LibType) -> [TypeLib -> TypeLib] -> Proxy DirectiveLocation -> TypeLib -> TypeLib Source #
Defined in Data.Morpheus.Kind.GQLEnum
decode :: Text -> DirectiveLocation Source #
asInputField :: Proxy DirectiveLocation -> Text -> InputField Source #
asField :: Proxy DirectiveLocation -> Text -> Field Source #
introspect :: Proxy DirectiveLocation -> TypeLib -> TypeLib Source #