UpdateEventProposalAdminNotesInput
Autogenerated input type of UpdateEventProposalAdminNotes
input UpdateEventProposalAdminNotesInput {
admin_notes: String!
clientMutationId: String
id: ID
}
Fields
UpdateEventProposalAdminNotesInput.admin_notes
● String!
non-null scalar
UpdateEventProposalAdminNotesInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateEventProposalAdminNotesInput.id
● ID
scalar
Member Of
updateEventProposalAdminNotes
mutation