Skip to content

Commit 223e7c6

Browse files
committed
adjust firmware upload mutation to use the latest API
1 parent 70e7e1e commit 223e7c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

onekey_client/queries/create_firmware_upload.graphql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ mutation CreateFirmwareUpload(
88
createFirmwareUpload(
99
input: {
1010
firmware: $firmware
11-
vendor: { name: $vendorName }
12-
product: { name: $productName, category: $productCategory }
11+
product: { name: $productName, category: $productCategory, vendor: $vendorName }
1312
productGroup: { id: $productGroupID }
1413
}
1514
) {

0 commit comments

Comments
 (0)