INPUT_OBJECT

Settings_Options

Query options for Settings

link GraphQL Schema definition

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