OBJECT
A type that describes the returned payload from the editRole mutation
type EditRolePayload {# Represents the Role that was edited via the editRole mutationrole: RoleIq }