OBJECT
TaskConnection
The connection wrapper around the TaskConnection type.
link GraphQL Schema definition
- type TaskConnection {
- # A list of the entities provided by this connection.
- : [Task]!
- # An object providing information about the page of results being displayed, as
- # well as the total amount of pages/records available.
- : PageInfo!
- # Provides the ability to return aggregated mathematical data about your results.
- : [Aggregation]!
- }
link Require by
- AccountA customer account.
- AddressA geographical address.
- CustomFieldA user defined field.
- FileA file.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NetworkSiteA network site.
- Querynull
- ServiceMetadataFields that store metadata about individual instances of `Service`s.
- TaskGroupTask Group.
- TicketA ticket.
- UserA user that can login to Sonar.