shx/packages/api/hasura/metadata/databases/default/tables/public_apikeys.yaml

26 lines
520 B
YAML

table:
name: apikeys
schema: public
array_relationships:
- name: gists
using:
foreign_key_constraint_on:
column: apikeyUsed
table:
name: gists
schema: public
- name: shorturls
using:
foreign_key_constraint_on:
column: apikeyUsed
table:
name: shorturls
schema: public
- name: uploads
using:
foreign_key_constraint_on:
column: apikeyUsed
table:
name: uploads
schema: public