graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Function.API

Description

 
Synopsis

Documentation

trackFunctionP1 :: forall b m. (CacheRM m, QErrM m, Backend b) => SourceName -> FunctionName b -> m () Source #

Track function, Phase 1: Validate function tracking operation. Fails if function is already being tracked, or if a table with the same name is being tracked.

data SetFunctionCustomization b Source #

Represents the payload of the API command pg_set_function_customization.

See the Hasura API reference for a detailed description.

runSetFunctionCustomization :: forall b m. (QErrM m, CacheRWM m, MetadataM m, Backend b) => SetFunctionCustomization b -> m EncJSON Source #

Changes the custom names of a function. Used in the API command pg_set_function_customization.