Skip to content

Commit cb3a4b7

Browse files
committed
rename TableConfiguration -> Configuration
1 parent fe56c57 commit cb3a4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hasura/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type Table struct {
5959
ObjectRelationships []interface{} `json:"object_relationships"`
6060
ArrayRelationships []interface{} `json:"array_relationships"`
6161
SelectPermissions []SelectPermission `json:"select_permissions"`
62-
TableConfiguration TableConfiguration `json:"configuration"`
62+
Configuration TableConfiguration `json:"configuration"`
6363
Schema TableSchema `json:"table"`
6464
}
6565

0 commit comments

Comments
 (0)