Skip to main content

UpdateMeetingParticipantPayload

The output of our update MeetingParticipant mutation.

type UpdateMeetingParticipantPayload {
clientMutationId: String
meetingParticipant: MeetingParticipant
query: Query
workspace: Workspace
meeting: Meeting
workspaceAccount: WorkspaceAccount
meetingParticipantEdge(
orderBy: [MeetingParticipantsOrderBy!] = [PRIMARY_KEY_ASC]
): MeetingParticipantsEdge
}

Fields

UpdateMeetingParticipantPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateMeetingParticipantPayload.meetingParticipant ● MeetingParticipant object

The MeetingParticipant that was updated by this mutation.

UpdateMeetingParticipantPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateMeetingParticipantPayload.workspace ● Workspace object

Reads a single Workspace that is related to this MeetingParticipant.

UpdateMeetingParticipantPayload.meeting ● Meeting object

Reads a single Meeting that is related to this MeetingParticipant.

UpdateMeetingParticipantPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this MeetingParticipant.

UpdateMeetingParticipantPayload.meetingParticipantEdge ● MeetingParticipantsEdge object

An edge for our MeetingParticipant. May be used by Relay 1.

UpdateMeetingParticipantPayload.meetingParticipantEdge.orderBy ● [MeetingParticipantsOrderBy!] list enum

The method to use when ordering MeetingParticipant.

Returned By

updateMeetingParticipant mutation ● updateMeetingParticipantByNodeId mutation