Skip to main content

WorkspacePlaceholderRole

No description

type WorkspacePlaceholderRole implements Node {
nodeId: ID!
id: String!
internalName: String!
customerVisibleName: String!
role: String!
workspaceId: String
createdByWorkspaceAccountId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
designation: String
workspace: Workspace
accordMembersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordMembersOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordMemberCondition
filter: AccordMemberFilter
): AccordMembersConnection!
accordMembers(
first: Int
offset: Int
orderBy: [AccordMembersOrderBy!]
condition: AccordMemberCondition
filter: AccordMemberFilter
): [AccordMember!]!
assignedWorkspacePlaceholderRolesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AssignedWorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
condition: AssignedWorkspacePlaceholderRoleCondition
filter: AssignedWorkspacePlaceholderRoleFilter
): AssignedWorkspacePlaceholderRolesConnection!
assignedWorkspacePlaceholderRoles(
first: Int
offset: Int
orderBy: [AssignedWorkspacePlaceholderRolesOrderBy!]
condition: AssignedWorkspacePlaceholderRoleCondition
filter: AssignedWorkspacePlaceholderRoleFilter
): [AssignedWorkspacePlaceholderRole!]!
timesUsed: JSON
}

Fields

WorkspacePlaceholderRole.nodeId ● ID! non-null scalar

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

WorkspacePlaceholderRole.id ● String! non-null scalar

WorkspacePlaceholderRole.internalName ● String! non-null scalar

WorkspacePlaceholderRole.customerVisibleName ● String! non-null scalar

WorkspacePlaceholderRole.role ● String! non-null scalar

WorkspacePlaceholderRole.workspaceId ● String scalar

WorkspacePlaceholderRole.createdByWorkspaceAccountId ● String scalar

WorkspacePlaceholderRole.version ● Int! non-null scalar

WorkspacePlaceholderRole.deletedAt ● Datetime scalar

WorkspacePlaceholderRole.updatedAt ● Datetime! non-null scalar

WorkspacePlaceholderRole.createdAt ● Datetime! non-null scalar

WorkspacePlaceholderRole.designation ● String scalar

WorkspacePlaceholderRole.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspacePlaceholderRole.

WorkspacePlaceholderRole.accordMembersConnection ● AccordMembersConnection! non-null object

Reads and enables pagination through a set of AccordMember.

WorkspacePlaceholderRole.accordMembersConnection.first ● Int scalar

Only read the first n values of the set.

WorkspacePlaceholderRole.accordMembersConnection.last ● Int scalar

Only read the last n values of the set.

WorkspacePlaceholderRole.accordMembersConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

WorkspacePlaceholderRole.accordMembersConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

WorkspacePlaceholderRole.accordMembersConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

WorkspacePlaceholderRole.accordMembersConnection.orderBy ● [AccordMembersOrderBy!] list enum

The method to use when ordering AccordMember.

WorkspacePlaceholderRole.accordMembersConnection.condition ● AccordMemberCondition input

A condition to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.accordMembersConnection.filter ● AccordMemberFilter input

A filter to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.accordMembers ● [AccordMember!]! non-null object

Reads and enables pagination through a set of AccordMember.

WorkspacePlaceholderRole.accordMembers.first ● Int scalar

Only read the first n values of the set.

WorkspacePlaceholderRole.accordMembers.offset ● Int scalar

Skip the first n values.

WorkspacePlaceholderRole.accordMembers.orderBy ● [AccordMembersOrderBy!] list enum

The method to use when ordering AccordMember.

WorkspacePlaceholderRole.accordMembers.condition ● AccordMemberCondition input

A condition to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.accordMembers.filter ● AccordMemberFilter input

A filter to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection ● AssignedWorkspacePlaceholderRolesConnection! non-null object

Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.first ● Int scalar

Only read the first n values of the set.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.last ● Int scalar

Only read the last n values of the set.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum

The method to use when ordering AssignedWorkspacePlaceholderRole.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.condition ● AssignedWorkspacePlaceholderRoleCondition input

A condition to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRolesConnection.filter ● AssignedWorkspacePlaceholderRoleFilter input

A filter to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles ● [AssignedWorkspacePlaceholderRole!]! non-null object

Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles.first ● Int scalar

Only read the first n values of the set.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles.offset ● Int scalar

Skip the first n values.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum

The method to use when ordering AssignedWorkspacePlaceholderRole.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles.condition ● AssignedWorkspacePlaceholderRoleCondition input

A condition to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.assignedWorkspacePlaceholderRoles.filter ● AssignedWorkspacePlaceholderRoleFilter input

A filter to be used in determining which values should be returned by the collection.

WorkspacePlaceholderRole.timesUsed ● JSON scalar

Interfaces

Node interface

An object with a globally unique ID.

Returned By

workspacePlaceholderRole query ● workspacePlaceholderRoleByNodeId query ● workspacePlaceholderRoleByWorkspaceIdAndInternalName query ● workspacePlaceholderRoles query

Member Of

AccordMember object ● AssignedWorkspacePlaceholderRole object ● DeleteAccordMemberPayload object ● DeleteWorkspacePlaceholderRolePayload object ● RecoverAccordMemberPayload object ● RecoverAssignedWorkspacePlaceholderRolePayload object ● RecoverWorkspacePlaceholderRolePayload object ● UpdateAccordMemberPayload object ● UpdateWorkspacePlaceholderRolePayload object ● UpsertWorkspacePlaceholderRolePayload object ● Workspace object ● WorkspacePlaceholderRolesConnection object ● WorkspacePlaceholderRolesEdge object