Waiting for engine...
Skip to main content

EventStreamsSubscriptionCreateInput

No description

input EventStreamsSubscriptionCreateInput {
environmentId: ID!
topicName: ID!
name: ID!
description: String
}

Fields

EventStreamsSubscriptionCreateInput.environmentId ● ID! non-null scalar miscellaneous

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

EventStreamsSubscriptionCreateInput.topicName ● ID! non-null scalar miscellaneous

The topic name of the subscription

EventStreamsSubscriptionCreateInput.name ● ID! non-null scalar miscellaneous

The name of the subscription

EventStreamsSubscriptionCreateInput.description ● String scalar miscellaneous

Subscription Description

### Member Of

[<CodePill>eventStreamsSubscriptionCreate</CodePill>](/APIs/GraphQL/APIReference/operations/event-streams-admin/mutations/event-streams-subscription-create.mdx) <Badge class="badge badge--secondary badge--relation" text="mutation"/><Bullet />
[<CodePill>eventStreamsSubscriptionUpdate</CodePill>](/APIs/GraphQL/APIReference/operations/event-streams-admin/mutations/event-streams-subscription-update.mdx) <Badge class="badge badge--secondary badge--relation" text="mutation"/>

On this Page