UpdateNoteByAccordMemberIdInput
All input for the updateNoteByAccordMemberId mutation.
input UpdateNoteByAccordMemberIdInput {
clientMutationId: String
patch: NotePatch!
accordMemberId: String!
}
Fields
UpdateNoteByAccordMemberIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateNoteByAccordMemberIdInput.patch ● NotePatch! non-null input
An object where the defined keys will be set on the Note being updated.
UpdateNoteByAccordMemberIdInput.accordMemberId ● String! non-null scalar
Member Of
updateNoteByAccordMemberId mutation