GraphQL reference

UpdateMeetingRollCallInput

Input

Autogenerated input type of UpdateMeetingRollCall

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

Example

mutation UpdateMeetingRollCall(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateMeetingRollCallInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateMeetingRollCall(input: $input) {
        meeting
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
attendeeIds[ID!]!
clientMutationIdStringA unique identifier for the client performing the mutation.
meetingIdID!
mutationMetadataJSON
nowISO8601DateTime