RecoverAssignedWorkspacePlaceholderRolePayload
The output of our recoverAssignedWorkspacePlaceholderRole mutation.
type RecoverAssignedWorkspacePlaceholderRolePayload {
clientMutationId: String
assignedWorkspacePlaceholderRole: AssignedWorkspacePlaceholderRole
query: Query
workspace: Workspace
accord: Accord
workspaceAccount: WorkspaceAccount
workspacePlaceholderRole: WorkspacePlaceholderRole
assignedWorkspacePlaceholderRoleEdge(
orderBy: [AssignedWorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
): AssignedWorkspacePlaceholderRolesEdge
}
Fields
RecoverAssignedWorkspacePlaceholderRolePayload.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.
RecoverAssignedWorkspacePlaceholderRolePayload.assignedWorkspacePlaceholderRole ● AssignedWorkspacePlaceholderRole object
RecoverAssignedWorkspacePlaceholderRolePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
RecoverAssignedWorkspacePlaceholderRolePayload.workspace ● Workspace object
Reads a single Workspace that is related to this AssignedWorkspacePlaceholderRole.
RecoverAssignedWorkspacePlaceholderRolePayload.accord ● Accord object
Reads a single Accord that is related to this AssignedWorkspacePlaceholderRole.
RecoverAssignedWorkspacePlaceholderRolePayload.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this AssignedWorkspacePlaceholderRole.
RecoverAssignedWorkspacePlaceholderRolePayload.workspacePlaceholderRole ● WorkspacePlaceholderRole object
Reads a single WorkspacePlaceholderRole that is related to this AssignedWorkspacePlaceholderRole.
RecoverAssignedWorkspacePlaceholderRolePayload.assignedWorkspacePlaceholderRoleEdge ● AssignedWorkspacePlaceholderRolesEdge object
An edge for our AssignedWorkspacePlaceholderRole. May be used by Relay 1.
RecoverAssignedWorkspacePlaceholderRolePayload.assignedWorkspacePlaceholderRoleEdge.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering AssignedWorkspacePlaceholderRole.