bugfix: rename hasura file

This commit is contained in:
Sammy Teillet
2023-04-20 15:13:32 +02:00
parent c6938caf93
commit 08f6e82e5b

View File

@ -0,0 +1,10 @@
table:
name: person
schema: public
object_relationships:
- name: company
using:
foreign_key_constraint_on: company_id
- name: workspace
using:
foreign_key_constraint_on: workspace_id