Skip to content

Commit 1c03199

Browse files
committed
chore: update source return query id
1 parent ab2c2b4 commit 1c03199

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

datatorch/api/entity/sources/source.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
id: $id
3434
type: $type
3535
data: $data
36-
)
36+
) {
37+
id
38+
}
3739
}
3840
"""
3941

0 commit comments

Comments
 (0)