INPUT_OBJECT
Activity_Exact
Exact match query arguments for Activity
link GraphQL Schema definition
- input Activity_Exact {
- # Select multiple Activity by ID.
- Int] : [
- # The activity name.
- String :
- # Whether an activity is used by Assignar system internally.
- Boolean :
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # `true` to show the deleted items, `false` otherwise.
- Boolean :
- }