INPUT_OBJECT
input RoleIdWhereArgs {# Equal to. This takes a higher precedence than the other operators.eq: ID# Not equal to.ne: ID# A list of values to include.in: [ID]# A list of values to exclude.notIn: [ID]# Filters for null values. This takes precedence after 'eq' but before all other # fieldsisNull: Boolean}