OBJECT
TaskGroup
Task Group.
link GraphQL Schema definition
- type TaskGroup implements NoteableInterface, LoggableInterface, AccessloggableInterface {
 - #   The ID of the entity.
 - : Int64Bit! 
 - #   An ID that uniquely identifies this entity across the whole Sonar system.
 - : ID! 
 - #   The date and time this entity was created.
 - : Datetime! 
 - #   The last date and time this entity was modified.
 - : Datetime! 
 - #   A string that shows the version of this entity. It will be incremented whenever 
 - #   the entity is modified.
 - : String! 
 - #   Whether or not this is enabled.
 - : Boolean! 
 - #   A descriptive name.
 - : String! 
 - #   A task.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   completable_id: The ID of the entity that completes or 
 - #   completed this task.
 - #   completable_type: The type of entity that completes this task.
 - #   complete: Whether or not this is complete.
 - #   completed_at: The date and time this was completed.
 - #   completed_by_user_id: The `User` that completed this.
 - #   completion_type: How this task gets marked as completed.
 - #   due: The date on which the task is due.
 - #   list_order: The order this item is shown in a list.
 - #   task: The task to be performed.
 - #   task_group_id: The ID of a `TaskGroup`.
 - #   taskable_id: The ID of the entity that the task is associated 
 - #   with.
 - #   taskable_type: The entity that the task is associated with.
 - #   user_id: The ID of a User.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Int64Bit,
 - : CompletableType,
 - : Boolean,
 - : Datetime,
 - : Int64Bit,
 - : TaskCompletionType,
 - : Date,
 - : Int,
 - : Text,
 - : Int64Bit,
 - : Int64Bit,
 - : TaskableType,
 - : Int64Bit,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): TaskConnection! 
 - #   A `task template item`.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   completable_id: The ID of the entity that completes or 
 - #   completed this task.
 - #   completable_type: The type of entity that completes this task.
 - #   completion_type: How this task gets marked as completed.
 - #   list_order: The order this item is shown in a list.
 - #   task: The task to be performed.
 - #   task_group_id: The ID of a `TaskGroup`.
 - #   task_template_id: The ID of a `TaskTemplate`.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Int64Bit,
 - : CompletableType,
 - : TaskCompletionType,
 - : Int,
 - : String,
 - : Int64Bit,
 - : Int64Bit,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): TaskTemplateItemConnection! 
 - #   A user that can login to Sonar.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   completed_setup: Whether or not the user has completed the 
 - #   setup process.
 - #   email_address: An email address.
 - #   enabled: Whether or not this is enabled.
 - #   is_sonar_staff: Whether or not this user is a Sonar employee.
 - #   language: A supported language.
 - #   mobile_number: A mobile phone number. This will be used to send 
 - #   SMS messages.
 - #   name: A descriptive name.
 - #   public_name: The publicly viewable name of this user.
 - #   role_id: The ID of a Role.
 - #   super_admin: Super admins receive all system permissions 
 - #   automatically, regardless of their role.
 - #   username: A username, used for authentication.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Boolean,
 - : EmailAddress,
 - : Boolean,
 - : Boolean,
 - : Language,
 - : Numeric,
 - : String,
 - : String,
 - : Int64Bit,
 - : Boolean,
 - : String,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): UserConnection! 
 - #   A note.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   message: The message.
 - #   noteable_id: The ID of the entity that owns this note.
 - #   noteable_type: The type of entity that owns this note.
 - #   priority: The priority of this item.
 - #   user_id: The ID of a User.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Text,
 - : Int64Bit,
 - : NoteableType,
 - : NotePriority,
 - : Int64Bit,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): NoteConnection! 
 - #   A log entry.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   current: Current data.
 - #   legacy: Whether or not this log was transferred from a Sonar v1 
 - #   instance. If so, the formatting will not match current version logs.
 - #   legacy_title: A title which is only populated on logs that were 
 - #   imported from Sonar v1.
 - #   level: The severity level.
 - #   loggable_id: The ID of the entity that this log is attached to.
 - #   loggable_type: The type of entity that this log is attached to.
 - #   logged_entity_id: The entity ID that triggered the log.
 - #   logged_entity_type: The entity that triggered the log.
 - #   message: The message.
 - #   previous: Previous data.
 - #   relation_data: Data from objects related to this change.
 - #   type: The type.
 - #   user_id: The ID of a User.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Text,
 - : Boolean,
 - : String,
 - : LogLevel,
 - : Int64Bit,
 - : String,
 - : Int64Bit,
 - : String,
 - : Text,
 - : Text,
 - : Text,
 - : LogType,
 - : Int64Bit,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): LogConnection! 
 - #   An access log history on an entity.
 - # 
 - # Arguments
 - #   id: The ID of the entity.
 - #   sonar_unique_id: An ID that uniquely identifies this entity 
 - #   across the whole Sonar system.
 - #   created_at: The date and time this entity was created.
 - #   updated_at: The last date and time this entity was modified.
 - #   _version: A string that shows the version of this entity. It 
 - #   will be incremented whenever the entity is modified.
 - #   access_datetime: The date and time that this entity was 
 - #   accessed.
 - #   accessloggable_id: The ID of the entity that this access log 
 - #   belongs to.
 - #   accessloggable_type: The entity that this access log belongs 
 - #   to.
 - #   entity_id: The ID of the entity that this access log belongs 
 - #   to.
 - #   entity_name: The entity that this access log belongs to.
 - #   user_id: The ID of the user that accessed this entity.
 - #   paginator: Provides the ability to paginate through results.
 - #   sorter: Provides the ability to sort results.
 - #   search: Complex search parameters.
 - #   general_search: Search across all string fields with partial 
 - #   matching.
 - #   aggregation: Provides the ability to return aggregated 
 - #   mathematical data about your results.
 - #   reverse_relation_filters: Reverse relation filters allow you to 
 - #   filter the result of a relation, and use that filter to affect the returned root 
 - #   elements.
 - (
 - : Int64Bit,
 - : ID,
 - : Datetime,
 - : Datetime,
 - : String,
 - : Datetime,
 - : Int64Bit,
 - : String,
 - : Int64Bit,
 - : String,
 - : Int64Bit,
 - : Paginator,
 - : [Sorter],
 - : [Search],
 - : String,
 - : [Aggregator],
 - : [ReverseRelationFilter]
 - ): AccessLogConnection! 
 - }