Hasura.RQL.Types.ComputedField.Name
newtype ComputedFieldName Source #
Constructors
Fields
Defined in Hasura.RQL.Types.ComputedField.Name
Methods
parseJSON :: Value -> Parser ComputedFieldName Source #
parseJSONList :: Value -> Parser [ComputedFieldName] Source #
toJSON :: ComputedFieldName -> Value Source #
toEncoding :: ComputedFieldName -> Encoding Source #
toJSONList :: [ComputedFieldName] -> Value Source #
toEncodingList :: [ComputedFieldName] -> Encoding Source #
toJSONKey :: ToJSONKeyFunction ComputedFieldName Source #
toJSONKeyList :: ToJSONKeyFunction [ComputedFieldName] Source #
codec :: JSONCodec ComputedFieldName Source #
listCodecForStringCompatibility :: JSONCodec [ComputedFieldName] Source #
Associated Types
type Rep ComputedFieldName :: Type -> Type #
from :: ComputedFieldName -> Rep ComputedFieldName x #
to :: Rep ComputedFieldName x -> ComputedFieldName #
showsPrec :: Int -> ComputedFieldName -> ShowS #
show :: ComputedFieldName -> String #
showList :: [ComputedFieldName] -> ShowS #
rnf :: ComputedFieldName -> () #
(==) :: ComputedFieldName -> ComputedFieldName -> Bool #
(/=) :: ComputedFieldName -> ComputedFieldName -> Bool #
compare :: ComputedFieldName -> ComputedFieldName -> Ordering #
(<) :: ComputedFieldName -> ComputedFieldName -> Bool #
(<=) :: ComputedFieldName -> ComputedFieldName -> Bool #
(>) :: ComputedFieldName -> ComputedFieldName -> Bool #
(>=) :: ComputedFieldName -> ComputedFieldName -> Bool #
max :: ComputedFieldName -> ComputedFieldName -> ComputedFieldName #
min :: ComputedFieldName -> ComputedFieldName -> ComputedFieldName #
Defined in Hasura.Backends.Postgres.SQL.Types
toIdentifier :: ComputedFieldName -> Identifier Source #
hashWithSalt :: Int -> ComputedFieldName -> Int Source #
hash :: ComputedFieldName -> Int Source #
toTxt :: ComputedFieldName -> Text Source #
fromCol :: Maybe ByteString -> Either Text ComputedFieldName Source #
toPrepVal :: ComputedFieldName -> PrepArg Source #
computedFieldNameToText :: ComputedFieldName -> Text Source #
fromComputedField :: ComputedFieldName -> FieldName Source #