We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59727c commit 6545984Copy full SHA for 6545984
scripts/hasura-config/src/index.ts
@@ -87,6 +87,26 @@ export const virtualArrayRelationships: RelationshipConfig<Tables>[] = [
87
},
88
89
90
+ {
91
+ name: "projects",
92
+ table: {
93
+ name: "applications",
94
+ schema: "public",
95
+ },
96
+ source: "default",
97
+ using: {
98
+ manual_configuration: {
99
+ remote_table: {
100
101
102
103
104
+ column_mapping: {
105
+ project_id: "id",
106
107
108
109
110
];
111
112
async function configureHasura(): Promise<void> {
0 commit comments