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
UpdateEventProposalInput.id ● ID scalar
Member Of
updateEventProposal  mutation