Module

GraphQLClient.Argument

#toGraphQLArguments

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

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

Members

Instances

#Optional

data Optional x

Constructors

Instances

#DefaultInput

class DefaultInput a  where

Members

Instances

#DefaultInputImplementationRecord

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

Members

Instances

Modules