morpheus-graphql-0.0.1: Morpheus GraphQL
Data.Morpheus.Types.Query.Selection
data Argument Source #
Constructors
Defined in Data.Morpheus.Types.Query.Selection
Methods
showsPrec :: Int -> Argument -> ShowS #
show :: Argument -> String #
showList :: [Argument] -> ShowS #
Defined in Data.Morpheus.Kind.GQLArgs
gDecode :: MetaInfo -> Arguments -> Validation (K1 i a a0) Source #
type Arguments = Collection Argument Source #
type SelectionSet = Collection Selection Source #
data Selection Source #
showsPrec :: Int -> Selection -> ShowS #
show :: Selection -> String #
showList :: [Selection] -> ShowS #