We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2c2b4 commit 1c03199Copy full SHA for 1c03199
1 file changed
datatorch/api/entity/sources/source.py
@@ -33,7 +33,9 @@
33
id: $id
34
type: $type
35
data: $data
36
- )
+ ) {
37
+ id
38
+ }
39
}
40
"""
41
0 commit comments