Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Morpheus.Kind.GQLMutation
Documentation
class GQLMutation a where Source #
Minimal complete definition
Nothing
Methods
encodeMutation :: a -> SelectionSet -> ResolveIO JSType Source #
encodeMutation :: (Generic a, DeriveResolvers (Rep a)) => a -> SelectionSet -> ResolveIO JSType Source #
mutationSchema :: a -> TypeLib -> TypeLib Source #
mutationSchema :: Selectors (Rep a) (Text, ObjectField) => a -> TypeLib -> TypeLib Source #
Instances
GQLMutation () Source # | |
Defined in Data.Morpheus.Kind.GQLMutation Methods encodeMutation :: () -> SelectionSet -> ResolveIO JSType Source # mutationSchema :: () -> TypeLib -> TypeLib Source # |