DisassociateFromRetestProjectInput
Autogenerated input type of DisassociateFromRetestProject
input DisassociateFromRetestProjectInput {
clientMutationId: String
retestProjectId: ID!
vulnerabilityIds: [ID!]!
}
Fields
DisassociateFromRetestProjectInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DisassociateFromRetestProjectInput.retestProjectId
● ID!
non-null scalar
ID of the Vulnerability Retest project to disassociate vulnerabilities from
DisassociateFromRetestProjectInput.vulnerabilityIds
● [ID!]!
non-null scalar
Array of vulnerability IDs to disassociate from the project
Member Of
disassociateFromRetestProject
mutation