Skip to main content

UpdateEventProposalInput

Autogenerated input type of UpdateEventProposal

input UpdateEventProposalInput {
clientMutationId: String
event_proposal: EventProposalInput!
id: ID
}

Fields

UpdateEventProposalInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateEventProposalInput.event_proposal ● EventProposalInput! non-null input

The event proposal attributes to update

UpdateEventProposalInput.id ● ID scalar

The ID of the event proposal to update

Member Of

updateEventProposal mutation