Waiting for engine...
Skip to main content

EventStreamsTopicCreateInput

No description

input EventStreamsTopicCreateInput {
environmentId: ID!
name: ID!
persistent: Boolean
description: String
partitions: Int
}

Fields

EventStreamsTopicCreateInput.environmentId ● ID! non-null scalar miscellaneous

The Id of environment to which the topic belongs

EventStreamsTopicCreateInput.name ● ID! non-null scalar miscellaneous

The topic name

EventStreamsTopicCreateInput.persistent ● Boolean scalar miscellaneous

Whether the topic will be persistent or not

EventStreamsTopicCreateInput.description ● String scalar miscellaneous

The user defined description for this topic

EventStreamsTopicCreateInput.partitions ● Int scalar miscellaneous

The number of partitions for this topic

Member Of

eventStreamsTopicCreate mutation ●  eventStreamsTopicUpdate mutation

On this Page