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