INPUT_OBJECT

RoleIdSubscriptionFilters

link GraphQL Schema definition

  • input RoleIdSubscriptionFilters {
  • # Equal to. This takes a higher precedence than the other operators.
  • eq: ID
  • # A list of values to include.
  • in: [ID]
  • # A list of values to exclude.
  • notIn: [ID]
  • }