DisassociateFromRetestProjectPayload
Autogenerated return type of DisassociateFromRetestProject.
type DisassociateFromRetestProjectPayload {
associationsRemoved: Int!
clientMutationId: String
errors: [String!]!
vulnerabilities: [IssueInterface!]!
}
Fields
DisassociateFromRetestProjectPayload.associationsRemoved
● Int!
non-null scalar
DisassociateFromRetestProjectPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DisassociateFromRetestProjectPayload.errors
● [String!]!
non-null scalar
DisassociateFromRetestProjectPayload.vulnerabilities
● [IssueInterface!]!
non-null interface
Returned By
disassociateFromRetestProject
mutation