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