APIsTasklist API (GraphQL)QueriestaskOn this pagetaskGet one task by id. Returns task or error when task does not exist.task( id: String!): Task!Argumentstask.id ● String! non-null scalarTypeTask objectDescribes the User task.Was this helpful?