DeleteDepartmentInput
Autogenerated input type of DeleteDepartment
input DeleteDepartmentInput {
clientMutationId: String
id: ID
}
Fields
DeleteDepartmentInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteDepartmentInput
.id
● ID
scalar
Member Of
deleteDepartment
mutation