Skip to content

Commit c0b312e

Browse files
committed
Fix field names
We updated the firmware related mutations, which broke the client.
1 parent 0112cfb commit c0b312e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iot_inspector_client/queries/create_firmware_upload.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mutation CreateFirmwareUpload(
2-
$firmware: FirmwareInput!
2+
$firmware: FirmwareUploadMetadataInput!
33
$vendorName: String!
44
$productName: String!
55
$productCategory: String
@@ -23,7 +23,7 @@ mutation CreateFirmwareUpload(
2323
message
2424
code
2525
... on ValidationError {
26-
field_path
26+
fieldPath
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)