INPUT_OBJECT

UserRole_Options

Query options for UserRole

link GraphQL Schema definition

  • input UserRole_Options {
  • # Order By options for UserRole
  • order_by: [UserRole_OrderBy]
  • # Where group options for UserRole. Matches when any field in the array is met
  • matches_any: [[UserRole_WhereGroup_Fields]]
  • # (DEPRECATED) Use matches_any instead. The expression operator to use to join the
  • # where arguments. Defaults to AND.
  • where_format: WhereFormat
  • }