Skip to main content

CustomViewWorkspaceAccount

No description

type CustomViewWorkspaceAccount implements Node {
nodeId: ID!
id: String!
customViewId: String!
workspaceAccountId: String!
version: Int!
createdByWorkspaceAccountId: String
workspaceId: String!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
order: Int!
workspaceAccount: WorkspaceAccount
customView: CustomView
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
}

Fields

CustomViewWorkspaceAccount.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

CustomViewWorkspaceAccount.id ● String! non-null scalar

CustomViewWorkspaceAccount.customViewId ● String! non-null scalar

CustomViewWorkspaceAccount.workspaceAccountId ● String! non-null scalar

CustomViewWorkspaceAccount.version ● Int! non-null scalar

CustomViewWorkspaceAccount.createdByWorkspaceAccountId ● String scalar

CustomViewWorkspaceAccount.workspaceId ● String! non-null scalar

CustomViewWorkspaceAccount.deletedAt ● Datetime scalar

CustomViewWorkspaceAccount.updatedAt ● Datetime! non-null scalar

CustomViewWorkspaceAccount.createdAt ● Datetime! non-null scalar

CustomViewWorkspaceAccount.order ● Int! non-null scalar

CustomViewWorkspaceAccount.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

CustomViewWorkspaceAccount.customView ● CustomView object

Reads a single CustomView that is related to this CustomViewWorkspaceAccount.

CustomViewWorkspaceAccount.workspace ● Workspace object

Reads a single Workspace that is related to this CustomViewWorkspaceAccount.

CustomViewWorkspaceAccount.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

customViewWorkspaceAccount query ● customViewWorkspaceAccountByNodeId query ● customViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId query ● customViewWorkspaceAccounts query

Member Of

CreateCustomViewWorkspaceAccountPayload object ● CustomView object ● CustomViewWorkspaceAccountsConnection object ● CustomViewWorkspaceAccountsEdge object ● DeleteCustomViewWorkspaceAccountPayload object ● UpdateCustomViewWorkspaceAccountPayload object ● UpsertCustomViewWorkspaceAccountPayload object ● Workspace object ● WorkspaceAccount object