Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomTypeObjectRelationship

Hierarchy

  • CustomTypeObjectRelationship

Index

Properties

field_mapping

field_mapping: {}

Mapping of fields of object type to columns of remote table

Type declaration

  • [ObjectFieldName: string]: string

name

Name of the relationship, shouldn’t conflict with existing field names

remote_table

remote_table: TableName

The table to which relationship is defined

type

type: "object" | "array"

Type of the relationship

Generated using TypeDoc