DeleteDepartmentPayload
Autogenerated return type of DeleteDepartment.
type DeleteDepartmentPayload {
  clientMutationId: String
  department: Department!
}
Fields
DeleteDepartmentPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteDepartmentPayload.department ● Department! non-null object
Returned By
deleteDepartment  mutation