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 fe56c57 commit cb3a4b7Copy full SHA for cb3a4b7
hasura/requests.go
@@ -59,7 +59,7 @@ type Table struct {
59
ObjectRelationships []interface{} `json:"object_relationships"`
60
ArrayRelationships []interface{} `json:"array_relationships"`
61
SelectPermissions []SelectPermission `json:"select_permissions"`
62
- TableConfiguration TableConfiguration `json:"configuration"`
+ Configuration TableConfiguration `json:"configuration"`
63
Schema TableSchema `json:"table"`
64
}
65
0 commit comments