Skip to content

UpdateEventProducerInput

About UpdateEventProducerInput

This input type is used to update an existing EventProducer. See About EventProducers for more details.

id

The unique identifier for the event producer.

Type: ID!

name

The name of the event producer.

Type: String

description

The text description of the event producer.

Type: String

timezone

The timezone for the event producer.

Type: String

active

True if the event producer is active, otherwise false.

Type: Boolean

metadata

Arbitrary information about the event producer.

Type: JSON