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