UpdateImportedScanStatusPayload
Autogenerated return type of UpdateImportedScanStatus
type UpdateImportedScanStatusPayload {
clientMutationId: String
errors: [String!]
importedScan: ImportedScan
}
Fields
UpdateImportedScanStatusPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateImportedScanStatusPayload.errors
● [String!]
list scalar
UpdateImportedScanStatusPayload.importedScan
● ImportedScan
object
Returned By
updateImportedScanStatus
mutation