34 lines
699 B
YAML
34 lines
699 B
YAML
table:
|
|
name: v_caption
|
|
schema: public
|
|
configuration:
|
|
column_config: {}
|
|
custom_column_names: {}
|
|
custom_name: caption
|
|
custom_root_fields: {}
|
|
object_relationships:
|
|
- name: user
|
|
using:
|
|
manual_configuration:
|
|
column_mapping:
|
|
meetingId: meetingId
|
|
userId: userId
|
|
insertion_order: null
|
|
remote_table:
|
|
name: v_user_ref
|
|
schema: public
|
|
select_permissions:
|
|
- role: bbb_client
|
|
permission:
|
|
columns:
|
|
- createdAt
|
|
- captionText
|
|
- captionId
|
|
- userId
|
|
- captionType
|
|
- locale
|
|
filter:
|
|
meetingId:
|
|
_eq: X-Hasura-MeetingId
|
|
allow_aggregations: true
|