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