Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionConfiguration

Hierarchy

  • FunctionConfiguration

Index

Properties

Properties

Optional session_argument

session_argument: string

Function argument which accepts session info JSON Currently, only functions which satisfy the following constraints can be exposed over the GraphQL API (terminology from Postgres docs):

  • Function behaviour: ONLY STABLE or IMMUTABLE
  • Return type: MUST be SETOF <table-name>
  • Argument modes: ONLY IN

Generated using TypeDoc