Skip to main content

CreateMeetingAccordInput

All input for the create MeetingAccord mutation.

input CreateMeetingAccordInput {
clientMutationId: String
meetingAccord: MeetingAccordInput!
}

Fields

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

CreateMeetingAccordInput.meetingAccord ● MeetingAccordInput! non-null input

The MeetingAccord to be created by this mutation.

Member Of

createMeetingAccord mutation