ENUM

Activity_WhereGroup_Fields

Where group options for Activity. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Activity_WhereGroup_Fields {
  • # The activity name.
  • name
  • # Whether an activity is used by Assignar system internally.
  • is_system
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted
  • }