Skip to main content

ReorderRegistrationMeetingPreferencesPayload

Payload when reordering meeting preferences from a registration.

type ReorderRegistrationMeetingPreferencesPayload {
ids: [ID!]!
success: Boolean!
}

Fields

ReorderRegistrationMeetingPreferencesPayload.ids ● [ID!]! non-null scalar

The reordered meeting preference IDs.

ReorderRegistrationMeetingPreferencesPayload.success ● Boolean! non-null scalar

A flag indicating whether the meeting preferences were reordered successfully.

Returned By

reorderRegistrationMeetingPreferences mutation