IntegrateCheckmarxProjectPayload
Autogenerated return type of IntegrateCheckmarxProject
type IntegrateCheckmarxProjectPayload {
clientMutationId: String
errors: [String!]
importedScans: [ImportedScan!]
}
Fields
IntegrateCheckmarxProjectPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
IntegrateCheckmarxProjectPayload.errors
● [String!]
list scalar
IntegrateCheckmarxProjectPayload.importedScans
● [ImportedScan!]
list object
Returned by
integrateCheckmarxProject
mutation