UpdateMeetingAccordByNodeIdInput
All input for the updateMeetingAccordByNodeId mutation.
input UpdateMeetingAccordByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: MeetingAccordPatch!
}
Fields
UpdateMeetingAccordByNodeIdInput.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.
UpdateMeetingAccordByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single MeetingAccord to be updated.
UpdateMeetingAccordByNodeIdInput.patch ● MeetingAccordPatch! non-null input
An object where the defined keys will be set on the MeetingAccord being updated.
Member Of
updateMeetingAccordByNodeId mutation