tasks
Get all tasks
Arguments
String
)
Returns the elements in the list that come after the specified cursor.
ID
)
Find only tasks assigned to this User
String
)
Returns the elements in the list that come before the specified cursor.
Boolean
)
Search only for completed tasks?
ISO8601DateTime
)
Find any tasks with a due date after this date
ISO8601DateTime
)
Find any tasks with a due date before this date
[ID!]
)
Only find tasks with associated Orders that do not have one of these statuses
Int
)
Returns the first n elements from the list.
[ID!]
)
Only find tasks with associated Orders that have one of these statuses
Int
)
Returns the last n elements from the list.
Boolean
)
Should the sort be descending?
TaskSortField
)
Which field to sort Tasks on
Return fields
[TaskEdge!]!
)
A list of edges.
[Task!]!
)
A list of nodes.
PageInfo!
)
Information to aid in pagination.
Int!
)