BulkDeleteProjectInput
Autogenerated input type of BulkDeleteProject
input BulkDeleteProjectInput {
clientMutationId: String
ids: [ID!]!
companyId: ID!
}
Fields
BulkDeleteProjectInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
BulkDeleteProjectInput.ids
● [ID!]!
non-null scalar
BulkDeleteProjectInput.companyId
● ID!
non-null scalar
Member Of
bulkDeleteProjects
mutation