GraphQL reference

AddMeetingSubItemInput

Input

Autogenerated input type of AddMeetingSubItem

mutation { organization(id: $organizationId) { project(id: $projectId) { addMeetingSubItem } } }

Example

mutation AddMeetingSubItem(
  $organizationId: ID!
  $projectId: ID!
  $input: AddMeetingSubItemInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      addMeetingSubItem(input: $input) {
        meetingSubItem
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
meetingItemIdID!
mutationMetadataJSON
newIdID!
nowISO8601DateTime