Hercules.API.Inputs.ImmutableInput
data ImmutableInput Source #
Constructors
Defined in Hercules.API.Inputs.ImmutableInput
Methods
parseJSON :: Value -> Parser ImmutableInput #
parseJSONList :: Value -> Parser [ImmutableInput] #
toJSON :: ImmutableInput -> Value #
toEncoding :: ImmutableInput -> Encoding #
toJSONList :: [ImmutableInput] -> Value #
toEncodingList :: [ImmutableInput] -> Encoding #
Associated Types
type Rep ImmutableInput :: Type -> Type #
from :: ImmutableInput -> Rep ImmutableInput x #
to :: Rep ImmutableInput x -> ImmutableInput #
showsPrec :: Int -> ImmutableInput -> ShowS #
show :: ImmutableInput -> String #
showList :: [ImmutableInput] -> ShowS #
rnf :: ImmutableInput -> () #
(==) :: ImmutableInput -> ImmutableInput -> Bool #
(/=) :: ImmutableInput -> ImmutableInput -> Bool #
declareNamedSchema :: Proxy ImmutableInput -> Declare (Definitions Schema) NamedSchema #