Module

GraphQLClient.Argument

Package
purescript-graphqlclient
Repository
purescript-graphqlclient/purescript-graphqlclient

#toGraphQLArguments Source

toGraphQLArguments :: forall row list. RowToList row list => ToGraphQLArgumentImplementationRecord list row => (Record row) -> Array Argument

else instance toGraphQLArgumentValueNewtype :: (Newtype a b, ToGraphQLArgumentValue b) => ToGraphQLArgumentValue a where toGraphQLArgumentValue = toGraphQLArgumentValue <<< unwrap

#ToGraphQLArgumentImplementationRecord Source

class ToGraphQLArgumentImplementationRecord (list :: RowList Type) (row :: Row Type) | list -> row where

Members

Instances

#Optional Source

data Optional x

Constructors

Instances

#DefaultInput Source

class DefaultInput a  where

Members

Instances

#DefaultInputImplementationRecord Source

class DefaultInputImplementationRecord (row :: Row Type) (list :: RowList Type) | list -> row where

Members

Instances