OBJECT
Activity
A single activity
link GraphQL Schema definition
- type Activity {
- # The unique activity ID.
- Int! :
- # The activity name.
- String! :
- # The rule applied to the activity's calculated total time.
- Int! :
- # If the activity is billable.
- Boolean! :
- # Active state of the activity.
- Boolean! :
- # Whether an activity is used by Assignar system internally.
- Boolean! :
- # The sort order priority.
- String :
- # Identifier for this activity in external systems.
- String :
- # The rule applied to the activity.
- String! @deprecated( reason: "Use `time_modifier` instead." ) :
- # The time this activity was deleted.
- DateTime :
- }