Skip to main content

UpdateInclusionInput

Defines the input for updating a sponsorship inclusion.

input UpdateInclusionInput {
eventId: ID!
inclusionId: ID!
name: String
uniqueCode: String
value: NonNegativeFloat
}

Fields

UpdateInclusionInput.eventId ● ID! non-null scalar

The unique identifier for the event.

UpdateInclusionInput.inclusionId ● ID! non-null scalar

The unique identifier for the sponsorship inclusion.

UpdateInclusionInput.name ● String scalar

A UTF-8 string representing the name of the inclusion. Optional.

UpdateInclusionInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the inclusion. Optional.

The value must be unique across all inclusions for an event.

UpdateInclusionInput.value ● NonNegativeFloat scalar

The indicative monetary value of the inclusion. Optional.

Member Of

updateInclusion mutation