Skip to main content

ConversationSnoozeInput

Autogenerated input type of ConversationSnooze

input ConversationSnoozeInput {
clientMutationId: String
conversationId: ID!
until: DateTime
}

Fields

ConversationSnoozeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationSnoozeInput.conversationId ● ID! non-null scalar common

The ID of the conversation to snooze.

ConversationSnoozeInput.until ● DateTime scalar common

The date and time until which the conversation is snoozed. If blank, it is snoozed indefinitely.

Member of

conversationSnooze mutation