Skip to main content

UpdateStepMeetingInput

All input for the updateStepMeeting mutation.

input UpdateStepMeetingInput {
clientMutationId: String
patch: StepMeetingPatch!
id: String!
}

Fields

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

UpdateStepMeetingInput.patch ● StepMeetingPatch! non-null input

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

UpdateStepMeetingInput.id ● String! non-null scalar

Member Of

updateStepMeeting mutation