Skip to main content

UpdateMeetingByNodeIdInput

All input for the updateMeetingByNodeId mutation.

input UpdateMeetingByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: MeetingPatch!
}

Fields

UpdateMeetingByNodeIdInput.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.

UpdateMeetingByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single Meeting to be updated.

UpdateMeetingByNodeIdInput.patch ● MeetingPatch! non-null input

An object where the defined keys will be set on the Meeting being updated.

Member Of

updateMeetingByNodeId mutation