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