INPUT_OBJECT

FormResultPastVersion_Options

Query options for FormResultPastVersion

link GraphQL Schema definition

  • input FormResultPastVersion_Options {
  • # Order By options for FormResultPastVersion
  • order_by: [FormResultPastVersion_OrderBy]
  • # Pagination argument. The total to fetch per page.
  • # Default is 25. Maximum of 100.
  • limit: Int
  • # Pagination argument. The zero-indexed result page number.
  • page: Int
  • # Whether to fetch an extra record for pagination handling purposes.
  • extra: Boolean
  • # Where group options for FormResultPastVersion. Matches when any field in the
  • # array is met
  • matches_any: [[FormResultPastVersion_WhereGroup_Fields]]
  • # (DEPRECATED) Use matches_any instead. The expression operator to use to join the
  • # where arguments. Defaults to AND.
  • where_format: WhereFormat
  • }