Skip to main content

CreateStepMeetingInput

All input for the create StepMeeting mutation.

input CreateStepMeetingInput {
clientMutationId: String
stepMeeting: StepMeetingInput!
}

Fields

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

CreateStepMeetingInput.stepMeeting ● StepMeetingInput! non-null input

The StepMeeting to be created by this mutation.

Member Of

createStepMeeting mutation