UpdateWorkspaceAccountRolePayload
The output of our update WorkspaceAccountRole mutation.
type UpdateWorkspaceAccountRolePayload {
clientMutationId: String
workspaceAccountRole: WorkspaceAccountRole
query: Query
workspaceAccountRoleEdge(
orderBy: [WorkspaceAccountRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountRolesEdge
}
Fields
UpdateWorkspaceAccountRolePayload.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.
UpdateWorkspaceAccountRolePayload.workspaceAccountRole ● WorkspaceAccountRole object
The WorkspaceAccountRole that was updated by this mutation.
UpdateWorkspaceAccountRolePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateWorkspaceAccountRolePayload.workspaceAccountRoleEdge ● WorkspaceAccountRolesEdge object
An edge for our WorkspaceAccountRole. May be used by Relay 1.
UpdateWorkspaceAccountRolePayload.workspaceAccountRoleEdge.orderBy ● [WorkspaceAccountRolesOrderBy!] list enum
The method to use when ordering WorkspaceAccountRole.
Returned By
updateWorkspaceAccountRole mutation ● updateWorkspaceAccountRoleByNodeId mutation