INPUT_OBJECT

Activity_Exact

Exact match query arguments for Activity

link GraphQL Schema definition

  • input Activity_Exact {
  • # Select multiple Activity by ID.
  • id: [Int]
  • # The activity name.
  • name: String
  • # Whether an activity is used by Assignar system internally.
  • is_system: Boolean
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted: Boolean
  • }