DeleteMeetingParticipantPayload
The output of our delete MeetingParticipant mutation.
type DeleteMeetingParticipantPayload {
clientMutationId: String
meetingParticipant: MeetingParticipant
deletedMeetingParticipantNodeId: ID
query: Query
workspace: Workspace
meeting: Meeting
workspaceAccount: WorkspaceAccount
meetingParticipantEdge(
orderBy: [MeetingParticipantsOrderBy!] = [PRIMARY_KEY_ASC]
): MeetingParticipantsEdge
}
Fields
DeleteMeetingParticipantPayload.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.
DeleteMeetingParticipantPayload.meetingParticipant ● MeetingParticipant object
The MeetingParticipant that was deleted by this mutation.
DeleteMeetingParticipantPayload.deletedMeetingParticipantNodeId ● ID scalar
DeleteMeetingParticipantPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteMeetingParticipantPayload.workspace ● Workspace object
Reads a single Workspace that is related to this MeetingParticipant.
DeleteMeetingParticipantPayload.meeting ● Meeting object
Reads a single Meeting that is related to this MeetingParticipant.
DeleteMeetingParticipantPayload.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this MeetingParticipant.
DeleteMeetingParticipantPayload.meetingParticipantEdge ● MeetingParticipantsEdge object
An edge for our MeetingParticipant. May be used by Relay 1.
DeleteMeetingParticipantPayload.meetingParticipantEdge.orderBy ● [MeetingParticipantsOrderBy!] list enum
The method to use when ordering MeetingParticipant.
Returned By
deleteMeetingParticipant mutation ● deleteMeetingParticipantByNodeId mutation