taskTypes
No description
taskTypes(
first: Int!
page: Int
): TaskTypePaginator!
Arguments
taskTypes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
taskTypes.page ● Int scalar
The offset from which items are returned.
Type
TaskTypePaginator object
A paginated list of TaskType items.


