INPUT_OBJECT

FormStatus_Exact

Exact match query arguments for FormStatus

link GraphQL Schema definition

  • input FormStatus_Exact {
  • # Select multiple FormStatus by ID.
  • id: [Int]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }