Skip to main content

UpdateEventPortalInput

Defines the input for updating an event portal.

input UpdateEventPortalInput {
content: JSON
eventId: ID!
portalId: ID!
settings: JSON
}

Fields

UpdateEventPortalInput.content ● JSON scalar

The content settings for the event portal. Optional.

The supplied document replaces the existing content settings in full. Must be a JSON object. If not specified, the existing content settings are left unchanged.

UpdateEventPortalInput.eventId ● ID! non-null scalar

The identifier of the event the event portal is associated with.

UpdateEventPortalInput.portalId ● ID! non-null scalar

The identifier of the event portal.

UpdateEventPortalInput.settings ● JSON scalar

The settings of the event portal. Optional.

The supplied document replaces the existing settings in full. Must be a JSON object. If not specified, the existing settings are left unchanged.

Member Of

updateEventPortal mutation