CustomView
No description
type CustomView implements Node {
nodeId: ID!
id: String!
name: String
value: JSON
type: String
workspaceAccountId: String
workspaceId: String!
createdByWorkspaceAccountId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
order: Int!
sourceCustomViewId: String
allowedAccess: String
workspace: Workspace
workspaceAccount: WorkspaceAccount
createdByWorkspaceAccount: WorkspaceAccount
sourceCustomView: CustomView
customViewsBySourceCustomViewIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewCondition
filter: CustomViewFilter
): CustomViewsConnection!
customViewsBySourceCustomViewId(
first: Int
offset: Int
orderBy: [CustomViewsOrderBy!]
condition: CustomViewCondition
filter: CustomViewFilter
): [CustomView!]!
customViewTeamsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewTeamsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewTeamCondition
filter: CustomViewTeamFilter
): CustomViewTeamsConnection!
customViewTeams(
first: Int
offset: Int
orderBy: [CustomViewTeamsOrderBy!]
condition: CustomViewTeamCondition
filter: CustomViewTeamFilter
): [CustomViewTeam!]!
customViewWorkspaceAccountsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewWorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewWorkspaceAccountCondition
filter: CustomViewWorkspaceAccountFilter
): CustomViewWorkspaceAccountsConnection!
customViewWorkspaceAccounts(
first: Int
offset: Int
orderBy: [CustomViewWorkspaceAccountsOrderBy!]
condition: CustomViewWorkspaceAccountCondition
filter: CustomViewWorkspaceAccountFilter
): [CustomViewWorkspaceAccount!]!
}
Fields
CustomView.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
CustomView.id ● String! non-null scalar
CustomView.name ● String scalar
CustomView.value ● JSON scalar
CustomView.type ● String scalar
CustomView.workspaceAccountId ● String scalar
CustomView.workspaceId ● String! non-null scalar
CustomView.createdByWorkspaceAccountId ● String scalar
CustomView.version ● Int! non-null scalar
CustomView.deletedAt ● Datetime scalar
CustomView.updatedAt ● Datetime! non-null scalar
CustomView.createdAt ● Datetime! non-null scalar
CustomView.order ● Int! non-null scalar
CustomView.sourceCustomViewId ● String scalar
CustomView.allowedAccess ● String scalar
CustomView.workspace ● Workspace object
Reads a single Workspace that is related to this CustomView.
CustomView.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomView.
CustomView.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomView.
CustomView.sourceCustomView ● CustomView object
Reads a single CustomView that is related to this CustomView.
CustomView.customViewsBySourceCustomViewIdConnection ● CustomViewsConnection! non-null object
Reads and enables pagination through a set of CustomView.
CustomView.customViewsBySourceCustomViewIdConnection.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewsBySourceCustomViewIdConnection.last ● Int scalar
Only read the last n values of the set.
CustomView.customViewsBySourceCustomViewIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
CustomView.customViewsBySourceCustomViewIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
CustomView.customViewsBySourceCustomViewIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
CustomView.customViewsBySourceCustomViewIdConnection.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
CustomView.customViewsBySourceCustomViewIdConnection.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewsBySourceCustomViewIdConnection.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
CustomView.customViewsBySourceCustomViewId ● [CustomView!]! non-null object
Reads and enables pagination through a set of CustomView.
CustomView.customViewsBySourceCustomViewId.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewsBySourceCustomViewId.offset ● Int scalar
Skip the first n values.
CustomView.customViewsBySourceCustomViewId.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
CustomView.customViewsBySourceCustomViewId.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewsBySourceCustomViewId.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
CustomView.customViewTeamsConnection ● CustomViewTeamsConnection! non-null object
Reads and enables pagination through a set of CustomViewTeam.
CustomView.customViewTeamsConnection.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewTeamsConnection.last ● Int scalar
Only read the last n values of the set.
CustomView.customViewTeamsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
CustomView.customViewTeamsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
CustomView.customViewTeamsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
CustomView.customViewTeamsConnection.orderBy ● [CustomViewTeamsOrderBy!] list enum
The method to use when ordering CustomViewTeam.
CustomView.customViewTeamsConnection.condition ● CustomViewTeamCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewTeamsConnection.filter ● CustomViewTeamFilter input
A filter to be used in determining which values should be returned by the collection.
CustomView.customViewTeams ● [CustomViewTeam!]! non-null object
Reads and enables pagination through a set of CustomViewTeam.
CustomView.customViewTeams.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewTeams.offset ● Int scalar
Skip the first n values.
CustomView.customViewTeams.orderBy ● [CustomViewTeamsOrderBy!] list enum
The method to use when ordering CustomViewTeam.
CustomView.customViewTeams.condition ● CustomViewTeamCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewTeams.filter ● CustomViewTeamFilter input
A filter to be used in determining which values should be returned by the collection.
CustomView.customViewWorkspaceAccountsConnection ● CustomViewWorkspaceAccountsConnection! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
CustomView.customViewWorkspaceAccountsConnection.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewWorkspaceAccountsConnection.last ● Int scalar
Only read the last n values of the set.
CustomView.customViewWorkspaceAccountsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
CustomView.customViewWorkspaceAccountsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
CustomView.customViewWorkspaceAccountsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
CustomView.customViewWorkspaceAccountsConnection.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
CustomView.customViewWorkspaceAccountsConnection.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewWorkspaceAccountsConnection.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
CustomView.customViewWorkspaceAccounts ● [CustomViewWorkspaceAccount!]! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
CustomView.customViewWorkspaceAccounts.first ● Int scalar
Only read the first n values of the set.
CustomView.customViewWorkspaceAccounts.offset ● Int scalar
Skip the first n values.
CustomView.customViewWorkspaceAccounts.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
CustomView.customViewWorkspaceAccounts.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
CustomView.customViewWorkspaceAccounts.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
customView query ● customViewByNodeId query ● customViewByWorkspaceAccountIdAndSourceCustomViewId query ● customViews query
Member Of
CreateCustomViewPayload object ● CreateCustomViewTeamPayload object ● CreateCustomViewWorkspaceAccountPayload object ● CustomView object ● CustomViewsConnection object ● CustomViewsEdge object ● CustomViewTeam object ● CustomViewWorkspaceAccount object ● DeleteCustomViewPayload object ● DeleteCustomViewTeamPayload object ● DeleteCustomViewWorkspaceAccountPayload object ● RecoverCustomViewPayload object ● UpdateCustomViewPayload object ● UpdateCustomViewTeamPayload object ● UpdateCustomViewWorkspaceAccountPayload object ● UpsertCustomViewPayload object ● UpsertCustomViewTeamPayload object ● UpsertCustomViewWorkspaceAccountPayload object ● Workspace object ● WorkspaceAccount object