Module

GraphQL.Hasura.DecodeLiberal

Package
purescript-graphql-client
Repository
OxfordAbstracts/purescript-graphql-client

#DecodeLiberalOptions Source

type DecodeLiberalOptions = { strict :: Boolean }

#DecodeHasuraLiberal Source

#DecodeHasuraLiberalFields Source

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

Members

Instances

#maybeFail Source

maybeFail :: forall a. String -> Maybe a -> Parser a