Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputedFieldDefinition

Hierarchy

  • ComputedFieldDefinition

Index

Properties

function

function: FunctionName

The SQL function

Optional session_argument

session_argument: string

Name of the argument which accepts the Hasura session object as a JSON/JSONB value. If omitted, the Hasura session object is not passed to the function

Optional table_argument

table_argument: string

Name of the argument which accepts a table row type. If omitted, the first argument is considered a table argument

Generated using TypeDoc