INPUT_OBJECT

CreateOrUpdateTaskReminderInput

link GraphQL Schema definition

  • input CreateOrUpdateTaskReminderInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the user who set the reminder.
  • ownerId: ID
  • # Timestamp when the reminder should fire.
  • setDate: DateTime
  • # Current state of the reminder (e.g. NotSent, Sent, Snoozed, Dismissed).
  • status: ReminderStatusEnum
  • # Id of the task.
  • taskId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by