INPUT_OBJECT

UpdateExportRequest

link GraphQL Schema definition

1input UpdateExportRequest {
4
2# ID of the export request to update
3id: ID!
7
5# Status change
6status: ExportRequestStatus
10
8# The asset URI
9assetUri: String
11}