CreateEventProposalInput
Autogenerated input type of CreateEventProposal
input CreateEventProposalInput {
clientMutationId: String
cloneEventProposalId: ID
eventCategoryId: ID
}
Fields
CreateEventProposalInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateEventProposalInput.cloneEventProposalId ● ID scalar
The ID of an existing event proposal to copy compatible form values from
CreateEventProposalInput.eventCategoryId ● ID scalar
The ID of the event category the new proposal belongs to
Member Of
createEventProposal mutation