GraphQL reference

DuplicateMeetingAsDraftPayload

Object

Autogenerated return type of DuplicateMeetingAsDraft.

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

Example

mutation DuplicateMeetingAsDraft(
  $organizationId: ID!
  $projectId: ID!
  $input: DuplicateMeetingAsDraftInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      duplicateMeetingAsDraft(input: $input) {
        meeting
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
meetingMeeting