OBJECT
NoteScheduler
Scheduled chat notes
link GraphQL Schema definition
- type NoteScheduler {
- # Scheduled messsage blast: get first four users
- User!] : [
- # The unique identifier of the scheduler
- ID! :
- # The number of invitees
- Int :
- # Get last conversation task
- Task :
- # The note
- Note :
- # The content of the note
- String :
- # Get all directly selected user ids
- ID] : [
- # Get all directly selected user groups
- UserGroup!] : [
- # Get all directly selected users
- User!] : [
- # The date and time when the scheduler was last updated.
- String :
- # Owner user of a note scheduler
- User :
- }