INPUT_OBJECT
A type that describes an input for the deleteRole mutation.
input DeleteRoleInput {# The id of Role to be deleted.roleId: String!# The User ID of the User deleting the Role. This needs to be the User ID of the # Role creator.createdByUserId: String!}