Waiting for engine...
Skip to main content

EventStreamsMessagesInput

No description

input EventStreamsMessagesInput {
environmentId: ID!
topicName: ID!
subscriptionName: ID!
startIndex: Int!
endIndex: Int!
}

Fields​

EventStreamsMessagesInput.environmentId ● ID! non-null scalar miscellaneous {#environment-id}

The Id of environment to which the topic of the subscription belongs

EventStreamsMessagesInput.topicName ● ID! non-null scalar miscellaneous {#topic-name}

The topic name of the subscription

EventStreamsMessagesInput.subscriptionName ● ID! non-null scalar miscellaneous {#subscription-name}

The name of the subscription

EventStreamsMessagesInput.startIndex ● Int! non-null scalar miscellaneous {#start-index}

Subscription backlog message start index, index parameter is 1 based and inclusive.
For example, an index of 1 refers to the first message in the subscription backlog

[<CodePill>EventStreamsMessagesInput.endIndex</CodePill>](#end-index)<Bullet />[<CodePill>Int!</CodePill>](/APIs/GraphQL/APIReference/types/miscellaneous/scalars/int.mdx) <Badge class="badge badge--secondary badge--non_null" text="non-null"/> <Badge class="badge badge--secondary " text="scalar"/> <Badge class="badge badge--secondary " text="miscellaneous"/> \{#end-index\}

Subscription backlog message end index, index parameter is 1 based index and inclusive.
For example, an index of 25 refers to the 25th message in the subscription backlog

### Member Of

[<CodePill>eventStreamsDeadLetterQueueMessages</CodePill>](/APIs/GraphQL/APIReference/operations/event-streams-admin/queries/event-streams-dead-letter-queue-messages.mdx) <Badge class="badge badge--secondary badge--relation" text="query"/><Bullet />
[<CodePill>eventStreamsMessages</CodePill>](/APIs/GraphQL/APIReference/operations/event-streams-admin/queries/event-streams-messages.mdx) <Badge class="badge badge--secondary badge--relation" text="query"/>

On this Page