OBJECT
Task
Tasks for providers to create, complete, and optionally assign to client profiles
link GraphQL Schema definition
- type Task {
- # The client tagged to this task
- User :
- # The indentifier of the client tagged on this task
- ID :
- # If true, user has marked task complete
- Boolean :
- # Date and time this task was completed
- String :
- # Details describing this task
- String :
- # Date and time this task was created
- String :
- # ID of an auto generator
- String :
- # User id of user who created this task
- ID :
- # The user who created this task
- User :
- # Date and time this task was is due to be complete
- String :
- # If true, hide completed task from top nav bar
- Boolean :
- # The unique identifier of the task
- ID! :
- # Get associated chat message with a task
- Note :
- # Get relative path to view the note
- String :
- # Order in which tasks are displayed (ascending)
- Int :
- # Level of urgency for this task(0 = standard priority, 1 = high priority)
- Int :
- # ID of additional relation
- String :
- # Reminder object for a given goal
- Reminder :
- # If truem, user has viewed this task in top navbar
- Boolean :
- # Indicates to smart task
- Boolean :
- # Get category of smart task
- String :
- # The user assigned to complete this task
- User :
- # User id of the user assigned to this task
- ID :
- }
link Require by
- bulkDeleteTasksPayloadAutogenerated return type of bulkDeleteTasks
- bulkUpdateTasksPayloadAutogenerated return type of bulkUpdateTasks
- ConversationMembershipConversationMembership entry, returns basic info related to conversation participant
- createTaskPayloadAutogenerated return type of createTask
- deleteTaskPayloadAutogenerated return type of deleteTask
- NoteChat message object
- NoteSchedulerScheduled chat notes
- QueryThe query root of this schema. See available queries.
- updateTaskPayloadAutogenerated return type of updateTask
- UserAn user entry, returns basic user information