Skip to content

Commit 489ad05

Browse files
committed
fix: fix getTableConnections input
1 parent 648198d commit 489ad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/graphql/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Query {
3636
): [JSONObject]
3737
# Tiles
3838
getTable(tableId: String!): TableMetadata!
39-
getTableConnections(limit: Int!, offset: Int!, name: String): JSONObject
39+
getTableConnections(tableIds: [String!]!): JSONObject
4040
getTables(limit: Int!, offset: Int!, name: String): PaginatedTables!
4141
# Tiles rows
4242
getAllRows(tableId: String!): Any!

0 commit comments

Comments
 (0)