UpdateStepMeetingByStepIdInput
All input for the updateStepMeetingByStepId mutation.
input UpdateStepMeetingByStepIdInput {
clientMutationId: String
patch: StepMeetingPatch!
stepId: String!
}
Fields
UpdateStepMeetingByStepIdInput.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.
UpdateStepMeetingByStepIdInput.patch ● StepMeetingPatch! non-null input
An object where the defined keys will be set on the StepMeeting being updated.
UpdateStepMeetingByStepIdInput.stepId ● String! non-null scalar
Member Of
updateStepMeetingByStepId mutation