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 d297ed1 commit 18c3131Copy full SHA for 18c3131
labelbox/schema/dataset.py
@@ -115,6 +115,8 @@ def convert_field_keys(items):
115
$metadata_fields: [DataRowCustomMetadataUpsertInput!],
116
$attachments: [DataRowAttachmentInput!],
117
$media_type : MediaType,
118
+ $external_id : String,
119
+ $global_key : String,
120
$dataset: ID!
121
){
122
createDataRow(
@@ -123,6 +125,8 @@ def convert_field_keys(items):
123
125
rowData: $row_data
124
126
mediaType: $media_type
127
metadataFields: $metadata_fields
128
+ externalId: $external_id
129
+ globalKey: $global_key
130
attachments: $attachments
131
dataset: {connect: {id: $dataset}}
132
}
0 commit comments