BulkDeleteIssuesInput
Autogenerated input type of BulkDeleteIssues
input BulkDeleteIssuesInput {
clientMutationId: String
ids: [ID!]!
companyId: ID!
}
Fields
BulkDeleteIssuesInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
BulkDeleteIssuesInput.ids
● [ID!]!
non-null scalar
IDs of the issues to be deleted
BulkDeleteIssuesInput.companyId
● ID!
non-null scalar
Company Id of the issues
Member Of
bulkDeleteIssues
mutation