Skip to main content

ImportMutationInput

Autogenerated input type of ImportMutation

input ImportMutationInput {
channelId: ID!
clientMutationId: String
endAt: ISO8601DateTime!
startAt: ISO8601DateTime!
}

Fields

ImportMutationInput.channelId ● ID! non-null scalar common

The ID of the channel to import messages for.

ImportMutationInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ImportMutationInput.endAt ● ISO8601DateTime! non-null scalar common

The date and time to stop importing messages at.

ImportMutationInput.startAt ● ISO8601DateTime! non-null scalar common

The date and time to start importing messages from.

Member of

channelImport mutation