Skip to main content

Workspace

A seller organization's tenant — the top-level container for its accounts, accords, playbooks, roles, and settings.

type Workspace implements Node {
nodeId: ID!
id: String!
slug: String!
name: String
domains: [String]
website: String
glyphUrl: String
logoUrl: String
billingAccountId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
type: String
productId: String
paidSeatCount: Int!
workosOrganizationId: String
partnerDomains: [String]
accordsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection!
accords(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]!
accordCalendarEventsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordCalendarEventsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCalendarEventCondition
filter: AccordCalendarEventFilter
): AccordCalendarEventsConnection!
accordCalendarEvents(
first: Int
offset: Int
orderBy: [AccordCalendarEventsOrderBy!]
condition: AccordCalendarEventCondition
filter: AccordCalendarEventFilter
): [AccordCalendarEvent!]!
accordDomainsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordDomainsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordDomainCondition
filter: AccordDomainFilter
): AccordDomainsConnection!
accordDomains(
first: Int
offset: Int
orderBy: [AccordDomainsOrderBy!]
condition: AccordDomainCondition
filter: AccordDomainFilter
): [AccordDomain!]!
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!]!
backgroundJobsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [BackgroundJobsOrderBy!] = [PRIMARY_KEY_ASC]
condition: BackgroundJobCondition
filter: BackgroundJobFilter
): BackgroundJobsConnection!
backgroundJobs(
first: Int
offset: Int
orderBy: [BackgroundJobsOrderBy!]
condition: BackgroundJobCondition
filter: BackgroundJobFilter
): [BackgroundJob!]!
commentsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentCondition
filter: CommentFilter
): CommentsConnection!
comments(
first: Int
offset: Int
orderBy: [CommentsOrderBy!]
condition: CommentCondition
filter: CommentFilter
): [Comment!]!
commentReactionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentReactionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentReactionCondition
filter: CommentReactionFilter
): CommentReactionsConnection!
commentReactions(
first: Int
offset: Int
orderBy: [CommentReactionsOrderBy!]
condition: CommentReactionCondition
filter: CommentReactionFilter
): [CommentReaction!]!
conditionTypesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ConditionTypesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ConditionTypeCondition
filter: ConditionTypeFilter
): ConditionTypesConnection!
conditionTypes(
first: Int
offset: Int
orderBy: [ConditionTypesOrderBy!]
condition: ConditionTypeCondition
filter: ConditionTypeFilter
): [ConditionType!]!
conditionTypeAssociationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ConditionTypeAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ConditionTypeAssociationCondition
filter: ConditionTypeAssociationFilter
): ConditionTypeAssociationsConnection!
conditionTypeAssociations(
first: Int
offset: Int
orderBy: [ConditionTypeAssociationsOrderBy!]
condition: ConditionTypeAssociationCondition
filter: ConditionTypeAssociationFilter
): [ConditionTypeAssociation!]!
crmObjectsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectCondition
filter: CrmObjectFilter
): CrmObjectsConnection!
crmObjects(
first: Int
offset: Int
orderBy: [CrmObjectsOrderBy!]
condition: CrmObjectCondition
filter: CrmObjectFilter
): [CrmObject!]!
crmObjectDescriptionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectDescriptionCondition
filter: CrmObjectDescriptionFilter
): CrmObjectDescriptionsConnection!
crmObjectDescriptions(
first: Int
offset: Int
orderBy: [CrmObjectDescriptionsOrderBy!]
condition: CrmObjectDescriptionCondition
filter: CrmObjectDescriptionFilter
): [CrmObjectDescription!]!
crmObjectFieldDescriptionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectFieldDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): CrmObjectFieldDescriptionsConnection!
crmObjectFieldDescriptions(
first: Int
offset: Int
orderBy: [CrmObjectFieldDescriptionsOrderBy!]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): [CrmObjectFieldDescription!]!
crmObjectSyncsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectSyncsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): CrmObjectSyncsConnection!
crmObjectSyncs(
first: Int
offset: Int
orderBy: [CrmObjectSyncsOrderBy!]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): [CrmObjectSync!]!
customReactionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomReactionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomReactionCondition
filter: CustomReactionFilter
): CustomReactionsConnection!
customReactions(
first: Int
offset: Int
orderBy: [CustomReactionsOrderBy!]
condition: CustomReactionCondition
filter: CustomReactionFilter
): [CustomReaction!]!
customViewsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewCondition
filter: CustomViewFilter
): CustomViewsConnection!
customViews(
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!]!
dealCriteriaConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriterionCondition
filter: DealCriterionFilter
): DealCriteriaConnection!
dealCriteria(
first: Int
offset: Int
orderBy: [DealCriteriaOrderBy!]
condition: DealCriterionCondition
filter: DealCriterionFilter
): [DealCriterion!]!
dealCriteriaAssociationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): DealCriteriaAssociationsConnection!
dealCriteriaAssociations(
first: Int
offset: Int
orderBy: [DealCriteriaAssociationsOrderBy!]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): [DealCriteriaAssociation!]!
dealExecutionScoresConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealExecutionScoresOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): DealExecutionScoresConnection!
dealExecutionScores(
first: Int
offset: Int
orderBy: [DealExecutionScoresOrderBy!]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): [DealExecutionScore!]!
discussionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DiscussionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DiscussionCondition
filter: DiscussionFilter
): DiscussionsConnection!
discussions(
first: Int
offset: Int
orderBy: [DiscussionsOrderBy!]
condition: DiscussionCondition
filter: DiscussionFilter
): [Discussion!]!
discussionWorkspaceAccountsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DiscussionWorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DiscussionWorkspaceAccountCondition
filter: DiscussionWorkspaceAccountFilter
): DiscussionWorkspaceAccountsConnection!
discussionWorkspaceAccounts(
first: Int
offset: Int
orderBy: [DiscussionWorkspaceAccountsOrderBy!]
condition: DiscussionWorkspaceAccountCondition
filter: DiscussionWorkspaceAccountFilter
): [DiscussionWorkspaceAccount!]!
executiveSummariesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExecutiveSummariesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExecutiveSummaryCondition
filter: ExecutiveSummaryFilter
): ExecutiveSummariesConnection!
executiveSummaries(
first: Int
offset: Int
orderBy: [ExecutiveSummariesOrderBy!]
condition: ExecutiveSummaryCondition
filter: ExecutiveSummaryFilter
): [ExecutiveSummary!]!
externalServicesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServicesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceCondition
filter: ExternalServiceFilter
): ExternalServicesConnection!
externalServices(
first: Int
offset: Int
orderBy: [ExternalServicesOrderBy!]
condition: ExternalServiceCondition
filter: ExternalServiceFilter
): [ExternalService!]!
externalServiceRulesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceRulesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): ExternalServiceRulesConnection!
externalServiceRules(
first: Int
offset: Int
orderBy: [ExternalServiceRulesOrderBy!]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): [ExternalServiceRule!]!
externalServiceSyncsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceSyncsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceSyncCondition
filter: ExternalServiceSyncFilter
): ExternalServiceSyncsConnection!
externalServiceSyncs(
first: Int
offset: Int
orderBy: [ExternalServiceSyncsOrderBy!]
condition: ExternalServiceSyncCondition
filter: ExternalServiceSyncFilter
): [ExternalServiceSync!]!
libraryResourcesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): LibraryResourcesConnection!
libraryResources(
first: Int
offset: Int
orderBy: [LibraryResourcesOrderBy!]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): [LibraryResource!]!
libraryResourceFolderContentsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceFolderContentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): LibraryResourceFolderContentsConnection!
libraryResourceFolderContents(
first: Int
offset: Int
orderBy: [LibraryResourceFolderContentsOrderBy!]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): [LibraryResourceFolderContent!]!
libraryResourceTagsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceTagsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceTagCondition
filter: LibraryResourceTagFilter
): LibraryResourceTagsConnection!
libraryResourceTags(
first: Int
offset: Int
orderBy: [LibraryResourceTagsOrderBy!]
condition: LibraryResourceTagCondition
filter: LibraryResourceTagFilter
): [LibraryResourceTag!]!
libraryResourceVersionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceVersionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceVersionCondition
filter: LibraryResourceVersionFilter
): LibraryResourceVersionsConnection!
libraryResourceVersions(
first: Int
offset: Int
orderBy: [LibraryResourceVersionsOrderBy!]
condition: LibraryResourceVersionCondition
filter: LibraryResourceVersionFilter
): [LibraryResourceVersion!]!
mcpServerConfigsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [McpServerConfigsOrderBy!] = [PRIMARY_KEY_ASC]
condition: McpServerConfigCondition
filter: McpServerConfigFilter
): McpServerConfigsConnection!
mcpServerConfigs(
first: Int
offset: Int
orderBy: [McpServerConfigsOrderBy!]
condition: McpServerConfigCondition
filter: McpServerConfigFilter
): [McpServerConfig!]!
meetingsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingCondition
filter: MeetingFilter
): MeetingsConnection!
meetings(
first: Int
offset: Int
orderBy: [MeetingsOrderBy!]
condition: MeetingCondition
filter: MeetingFilter
): [Meeting!]!
meetingAccordsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingAccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingAccordCondition
filter: MeetingAccordFilter
): MeetingAccordsConnection!
meetingAccords(
first: Int
offset: Int
orderBy: [MeetingAccordsOrderBy!]
condition: MeetingAccordCondition
filter: MeetingAccordFilter
): [MeetingAccord!]!
meetingParticipantsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingParticipantsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingParticipantCondition
filter: MeetingParticipantFilter
): MeetingParticipantsConnection!
meetingParticipants(
first: Int
offset: Int
orderBy: [MeetingParticipantsOrderBy!]
condition: MeetingParticipantCondition
filter: MeetingParticipantFilter
): [MeetingParticipant!]!
playbooksConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [PlaybooksOrderBy!] = [PRIMARY_KEY_ASC]
condition: PlaybookCondition
filter: PlaybookFilter
): PlaybooksConnection!
playbooks(
first: Int
offset: Int
orderBy: [PlaybooksOrderBy!]
condition: PlaybookCondition
filter: PlaybookFilter
): [Playbook!]!
reportableTablesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTablesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableCondition
filter: ReportableTableFilter
): ReportableTablesConnection!
reportableTables(
first: Int
offset: Int
orderBy: [ReportableTablesOrderBy!]
condition: ReportableTableCondition
filter: ReportableTableFilter
): [ReportableTable!]!
reportableTableRowsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTableRowsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableRowCondition
filter: ReportableTableRowFilter
): ReportableTableRowsConnection!
reportableTableRows(
first: Int
offset: Int
orderBy: [ReportableTableRowsOrderBy!]
condition: ReportableTableRowCondition
filter: ReportableTableRowFilter
): [ReportableTableRow!]!
reportableTableTemplatesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTableTemplatesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableTemplateCondition
filter: ReportableTableTemplateFilter
): ReportableTableTemplatesConnection!
reportableTableTemplates(
first: Int
offset: Int
orderBy: [ReportableTableTemplatesOrderBy!]
condition: ReportableTableTemplateCondition
filter: ReportableTableTemplateFilter
): [ReportableTableTemplate!]!
rulesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [RulesOrderBy!] = [PRIMARY_KEY_ASC]
condition: RuleCondition
filter: RuleFilter
): RulesConnection!
rules(
first: Int
offset: Int
orderBy: [RulesOrderBy!]
condition: RuleCondition
filter: RuleFilter
): [Rule!]!
sectionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SectionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: SectionCondition
filter: SectionFilter
): SectionsConnection!
sections(
first: Int
offset: Int
orderBy: [SectionsOrderBy!]
condition: SectionCondition
filter: SectionFilter
): [Section!]!
sectionPickListItemsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SectionPickListItemsOrderBy!] = [PRIMARY_KEY_ASC]
condition: SectionPickListItemCondition
filter: SectionPickListItemFilter
): SectionPickListItemsConnection!
sectionPickListItems(
first: Int
offset: Int
orderBy: [SectionPickListItemsOrderBy!]
condition: SectionPickListItemCondition
filter: SectionPickListItemFilter
): [SectionPickListItem!]!
slackChannelWorkspacesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SlackChannelWorkspacesOrderBy!] = [PRIMARY_KEY_ASC]
condition: SlackChannelWorkspaceCondition
filter: SlackChannelWorkspaceFilter
): SlackChannelWorkspacesConnection!
slackChannelWorkspaces(
first: Int
offset: Int
orderBy: [SlackChannelWorkspacesOrderBy!]
condition: SlackChannelWorkspaceCondition
filter: SlackChannelWorkspaceFilter
): [SlackChannelWorkspace!]!
stepApprovalsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepApprovalsOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepApprovalCondition
filter: StepApprovalFilter
): StepApprovalsConnection!
stepApprovals(
first: Int
offset: Int
orderBy: [StepApprovalsOrderBy!]
condition: StepApprovalCondition
filter: StepApprovalFilter
): [StepApproval!]!
stepDependenciesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepDependenciesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepDependencyCondition
filter: StepDependencyFilter
): StepDependenciesConnection!
stepDependencies(
first: Int
offset: Int
orderBy: [StepDependenciesOrderBy!]
condition: StepDependencyCondition
filter: StepDependencyFilter
): [StepDependency!]!
stepInternalProcessesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepInternalProcessesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepInternalProcessCondition
filter: StepInternalProcessFilter
): StepInternalProcessesConnection!
stepInternalProcesses(
first: Int
offset: Int
orderBy: [StepInternalProcessesOrderBy!]
condition: StepInternalProcessCondition
filter: StepInternalProcessFilter
): [StepInternalProcess!]!
stepMeetingsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepMeetingsOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepMeetingCondition
filter: StepMeetingFilter
): StepMeetingsConnection!
stepMeetings(
first: Int
offset: Int
orderBy: [StepMeetingsOrderBy!]
condition: StepMeetingCondition
filter: StepMeetingFilter
): [StepMeeting!]!
stepResourcesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepResourceCondition
filter: StepResourceFilter
): StepResourcesConnection!
stepResources(
first: Int
offset: Int
orderBy: [StepResourcesOrderBy!]
condition: StepResourceCondition
filter: StepResourceFilter
): [StepResource!]!
stepToDosConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepToDosOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepToDoCondition
filter: StepToDoFilter
): StepToDosConnection!
stepToDos(
first: Int
offset: Int
orderBy: [StepToDosOrderBy!]
condition: StepToDoCondition
filter: StepToDoFilter
): [StepToDo!]!
stepToDoTasksConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepToDoTasksOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepToDoTaskCondition
filter: StepToDoTaskFilter
): StepToDoTasksConnection!
stepToDoTasks(
first: Int
offset: Int
orderBy: [StepToDoTasksOrderBy!]
condition: StepToDoTaskCondition
filter: StepToDoTaskFilter
): [StepToDoTask!]!
summariesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SummariesOrderBy!] = [PRIMARY_KEY_ASC]
condition: SummaryCondition
filter: SummaryFilter
): SummariesConnection!
summaries(
first: Int
offset: Int
orderBy: [SummariesOrderBy!]
condition: SummaryCondition
filter: SummaryFilter
): [Summary!]!
tagsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TagsOrderBy!] = [PRIMARY_KEY_ASC]
condition: TagCondition
filter: TagFilter
): TagsConnection!
tags(
first: Int
offset: Int
orderBy: [TagsOrderBy!]
condition: TagCondition
filter: TagFilter
): [Tag!]!
teamsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TeamsOrderBy!] = [PRIMARY_KEY_ASC]
condition: TeamCondition
filter: TeamFilter
): TeamsConnection!
teams(
first: Int
offset: Int
orderBy: [TeamsOrderBy!]
condition: TeamCondition
filter: TeamFilter
): [Team!]!
teamMembersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TeamMembersOrderBy!] = [PRIMARY_KEY_ASC]
condition: TeamMemberCondition
filter: TeamMemberFilter
): TeamMembersConnection!
teamMembers(
first: Int
offset: Int
orderBy: [TeamMembersOrderBy!]
condition: TeamMemberCondition
filter: TeamMemberFilter
): [TeamMember!]!
workspaceAccountManagersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspaceAccountManagersOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspaceAccountManagerCondition
filter: WorkspaceAccountManagerFilter
): WorkspaceAccountManagersConnection!
workspaceAccountManagers(
first: Int
offset: Int
orderBy: [WorkspaceAccountManagersOrderBy!]
condition: WorkspaceAccountManagerCondition
filter: WorkspaceAccountManagerFilter
): [WorkspaceAccountManager!]!
workspacePlaceholderRolesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspacePlaceholderRoleCondition
filter: WorkspacePlaceholderRoleFilter
): WorkspacePlaceholderRolesConnection!
workspacePlaceholderRoles(
first: Int
offset: Int
orderBy: [WorkspacePlaceholderRolesOrderBy!]
condition: WorkspacePlaceholderRoleCondition
filter: WorkspacePlaceholderRoleFilter
): [WorkspacePlaceholderRole!]!
workspacePreferencesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspacePreferencesOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspacePreferenceCondition
filter: WorkspacePreferenceFilter
): WorkspacePreferencesConnection!
workspacePreferences(
first: Int
offset: Int
orderBy: [WorkspacePreferencesOrderBy!]
condition: WorkspacePreferenceCondition
filter: WorkspacePreferenceFilter
): [WorkspacePreference!]!
}

Fields

Workspace.nodeId ● ID! non-null scalar

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

Workspace.id ● String! non-null scalar

Workspace.slug ● String! non-null scalar

URL-safe unique identifier for the workspace, used in links; distinct from the display name.

Workspace.name ● String scalar

Workspace.domains ● [String] list scalar

The workspace's own seller-side email domains. A member with one of these cannot be added customer-side, and they gate the approved-domain accord sign-in described on accord.allowed_access. Unauthenticated sessions read a single empty string rather than the real list.

Workspace.website ● String scalar

Workspace.glyphUrl ● String scalar

Workspace.logoUrl ● String scalar

Workspace.billingAccountId ● String scalar

Identifier of the external billing account for this workspace.

Workspace.version ● Int! non-null scalar

Workspace.deletedAt ● Datetime scalar

Workspace.updatedAt ● Datetime! non-null scalar

Workspace.createdAt ● Datetime! non-null scalar

Workspace.type ● String scalar

Free-text classification of the workspace. Writable through the generated CRUD, but no application code currently sets or reads it.

Workspace.productId ● String scalar

Identifier of the subscribed product/plan. Unauthenticated sessions read null.

Number of paid seats provisioned for the workspace.

Workspace.workosOrganizationId ● String scalar

Linked WorkOS organization id, used for SSO and directory sync.

Workspace.partnerDomains ● [String] list scalar

Email domains whose members are treated as partners: they join on the customer side with workspace_account.is_partner set, and are the only members partner-scoped resources resolve for. Unauthenticated sessions read a single empty string rather than the real list.

Workspace.accordsConnection ● AccordsConnection! non-null object

Reads and enables pagination through a set of Accord.

Workspace.accordsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.accordsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.accordsConnection.offset ● Int scalar

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

Workspace.accordsConnection.before ● Cursor scalar

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

Workspace.accordsConnection.after ● Cursor scalar

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

Workspace.accordsConnection.orderBy ● [AccordsOrderBy!] list enum

The method to use when ordering Accord.

Workspace.accordsConnection.condition ● AccordCondition input

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

Workspace.accordsConnection.filter ● AccordFilter input

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

Workspace.accords ● [Accord!]! non-null object

Reads and enables pagination through a set of Accord.

Workspace.accords.first ● Int scalar

Only read the first n values of the set.

Workspace.accords.offset ● Int scalar

Skip the first n values.

Workspace.accords.orderBy ● [AccordsOrderBy!] list enum

The method to use when ordering Accord.

Workspace.accords.condition ● AccordCondition input

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

Workspace.accords.filter ● AccordFilter input

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

Workspace.accordCalendarEventsConnection ● AccordCalendarEventsConnection! non-null object

Reads and enables pagination through a set of AccordCalendarEvent.

Workspace.accordCalendarEventsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.accordCalendarEventsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.accordCalendarEventsConnection.offset ● Int scalar

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

Workspace.accordCalendarEventsConnection.before ● Cursor scalar

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

Workspace.accordCalendarEventsConnection.after ● Cursor scalar

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

Workspace.accordCalendarEventsConnection.orderBy ● [AccordCalendarEventsOrderBy!] list enum

The method to use when ordering AccordCalendarEvent.

Workspace.accordCalendarEventsConnection.condition ● AccordCalendarEventCondition input

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

Workspace.accordCalendarEventsConnection.filter ● AccordCalendarEventFilter input

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

Workspace.accordCalendarEvents ● [AccordCalendarEvent!]! non-null object

Reads and enables pagination through a set of AccordCalendarEvent.

Workspace.accordCalendarEvents.first ● Int scalar

Only read the first n values of the set.

Workspace.accordCalendarEvents.offset ● Int scalar

Skip the first n values.

Workspace.accordCalendarEvents.orderBy ● [AccordCalendarEventsOrderBy!] list enum

The method to use when ordering AccordCalendarEvent.

Workspace.accordCalendarEvents.condition ● AccordCalendarEventCondition input

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

Workspace.accordCalendarEvents.filter ● AccordCalendarEventFilter input

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

Workspace.accordDomainsConnection ● AccordDomainsConnection! non-null object

Reads and enables pagination through a set of AccordDomain.

Workspace.accordDomainsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.accordDomainsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.accordDomainsConnection.offset ● Int scalar

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

Workspace.accordDomainsConnection.before ● Cursor scalar

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

Workspace.accordDomainsConnection.after ● Cursor scalar

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

Workspace.accordDomainsConnection.orderBy ● [AccordDomainsOrderBy!] list enum

The method to use when ordering AccordDomain.

Workspace.accordDomainsConnection.condition ● AccordDomainCondition input

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

Workspace.accordDomainsConnection.filter ● AccordDomainFilter input

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

Workspace.accordDomains ● [AccordDomain!]! non-null object

Reads and enables pagination through a set of AccordDomain.

Workspace.accordDomains.first ● Int scalar

Only read the first n values of the set.

Workspace.accordDomains.offset ● Int scalar

Skip the first n values.

Workspace.accordDomains.orderBy ● [AccordDomainsOrderBy!] list enum

The method to use when ordering AccordDomain.

Workspace.accordDomains.condition ● AccordDomainCondition input

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

Workspace.accordDomains.filter ● AccordDomainFilter input

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

Workspace.assignedWorkspacePlaceholderRolesConnection ● AssignedWorkspacePlaceholderRolesConnection! non-null object

Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.

Workspace.assignedWorkspacePlaceholderRolesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.assignedWorkspacePlaceholderRolesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.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.

Workspace.assignedWorkspacePlaceholderRolesConnection.before ● Cursor scalar

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

Workspace.assignedWorkspacePlaceholderRolesConnection.after ● Cursor scalar

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

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

The method to use when ordering AssignedWorkspacePlaceholderRole.

Workspace.assignedWorkspacePlaceholderRolesConnection.condition ● AssignedWorkspacePlaceholderRoleCondition input

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

Workspace.assignedWorkspacePlaceholderRolesConnection.filter ● AssignedWorkspacePlaceholderRoleFilter input

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

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

Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.

Workspace.assignedWorkspacePlaceholderRoles.first ● Int scalar

Only read the first n values of the set.

Workspace.assignedWorkspacePlaceholderRoles.offset ● Int scalar

Skip the first n values.

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

The method to use when ordering AssignedWorkspacePlaceholderRole.

Workspace.assignedWorkspacePlaceholderRoles.condition ● AssignedWorkspacePlaceholderRoleCondition input

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

Workspace.assignedWorkspacePlaceholderRoles.filter ● AssignedWorkspacePlaceholderRoleFilter input

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

Workspace.backgroundJobsConnection ● BackgroundJobsConnection! non-null object

Reads and enables pagination through a set of BackgroundJob.

Workspace.backgroundJobsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.backgroundJobsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.backgroundJobsConnection.offset ● Int scalar

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

Workspace.backgroundJobsConnection.before ● Cursor scalar

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

Workspace.backgroundJobsConnection.after ● Cursor scalar

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

Workspace.backgroundJobsConnection.orderBy ● [BackgroundJobsOrderBy!] list enum

The method to use when ordering BackgroundJob.

Workspace.backgroundJobsConnection.condition ● BackgroundJobCondition input

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

Workspace.backgroundJobsConnection.filter ● BackgroundJobFilter input

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

Workspace.backgroundJobs ● [BackgroundJob!]! non-null object

Reads and enables pagination through a set of BackgroundJob.

Workspace.backgroundJobs.first ● Int scalar

Only read the first n values of the set.

Workspace.backgroundJobs.offset ● Int scalar

Skip the first n values.

Workspace.backgroundJobs.orderBy ● [BackgroundJobsOrderBy!] list enum

The method to use when ordering BackgroundJob.

Workspace.backgroundJobs.condition ● BackgroundJobCondition input

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

Workspace.backgroundJobs.filter ● BackgroundJobFilter input

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

Workspace.commentsConnection ● CommentsConnection! non-null object

Reads and enables pagination through a set of Comment.

Workspace.commentsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.commentsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.commentsConnection.offset ● Int scalar

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

Workspace.commentsConnection.before ● Cursor scalar

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

Workspace.commentsConnection.after ● Cursor scalar

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

Workspace.commentsConnection.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Workspace.commentsConnection.condition ● CommentCondition input

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

Workspace.commentsConnection.filter ● CommentFilter input

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

Workspace.comments ● [Comment!]! non-null object

Reads and enables pagination through a set of Comment.

Workspace.comments.first ● Int scalar

Only read the first n values of the set.

Workspace.comments.offset ● Int scalar

Skip the first n values.

Workspace.comments.orderBy ● [CommentsOrderBy!] list enum

The method to use when ordering Comment.

Workspace.comments.condition ● CommentCondition input

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

Workspace.comments.filter ● CommentFilter input

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

Workspace.commentReactionsConnection ● CommentReactionsConnection! non-null object

Reads and enables pagination through a set of CommentReaction.

Workspace.commentReactionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.commentReactionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.commentReactionsConnection.offset ● Int scalar

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

Workspace.commentReactionsConnection.before ● Cursor scalar

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

Workspace.commentReactionsConnection.after ● Cursor scalar

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

Workspace.commentReactionsConnection.orderBy ● [CommentReactionsOrderBy!] list enum

The method to use when ordering CommentReaction.

Workspace.commentReactionsConnection.condition ● CommentReactionCondition input

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

Workspace.commentReactionsConnection.filter ● CommentReactionFilter input

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

Workspace.commentReactions ● [CommentReaction!]! non-null object

Reads and enables pagination through a set of CommentReaction.

Workspace.commentReactions.first ● Int scalar

Only read the first n values of the set.

Workspace.commentReactions.offset ● Int scalar

Skip the first n values.

Workspace.commentReactions.orderBy ● [CommentReactionsOrderBy!] list enum

The method to use when ordering CommentReaction.

Workspace.commentReactions.condition ● CommentReactionCondition input

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

Workspace.commentReactions.filter ● CommentReactionFilter input

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

Workspace.conditionTypesConnection ● ConditionTypesConnection! non-null object

Reads and enables pagination through a set of ConditionType.

Workspace.conditionTypesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.conditionTypesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.conditionTypesConnection.offset ● Int scalar

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

Workspace.conditionTypesConnection.before ● Cursor scalar

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

Workspace.conditionTypesConnection.after ● Cursor scalar

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

Workspace.conditionTypesConnection.orderBy ● [ConditionTypesOrderBy!] list enum

The method to use when ordering ConditionType.

Workspace.conditionTypesConnection.condition ● ConditionTypeCondition input

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

Workspace.conditionTypesConnection.filter ● ConditionTypeFilter input

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

Workspace.conditionTypes ● [ConditionType!]! non-null object

Reads and enables pagination through a set of ConditionType.

Workspace.conditionTypes.first ● Int scalar

Only read the first n values of the set.

Workspace.conditionTypes.offset ● Int scalar

Skip the first n values.

Workspace.conditionTypes.orderBy ● [ConditionTypesOrderBy!] list enum

The method to use when ordering ConditionType.

Workspace.conditionTypes.condition ● ConditionTypeCondition input

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

Workspace.conditionTypes.filter ● ConditionTypeFilter input

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

Workspace.conditionTypeAssociationsConnection ● ConditionTypeAssociationsConnection! non-null object

Reads and enables pagination through a set of ConditionTypeAssociation.

Workspace.conditionTypeAssociationsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.conditionTypeAssociationsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.conditionTypeAssociationsConnection.offset ● Int scalar

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

Workspace.conditionTypeAssociationsConnection.before ● Cursor scalar

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

Workspace.conditionTypeAssociationsConnection.after ● Cursor scalar

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

Workspace.conditionTypeAssociationsConnection.orderBy ● [ConditionTypeAssociationsOrderBy!] list enum

The method to use when ordering ConditionTypeAssociation.

Workspace.conditionTypeAssociationsConnection.condition ● ConditionTypeAssociationCondition input

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

Workspace.conditionTypeAssociationsConnection.filter ● ConditionTypeAssociationFilter input

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

Workspace.conditionTypeAssociations ● [ConditionTypeAssociation!]! non-null object

Reads and enables pagination through a set of ConditionTypeAssociation.

Workspace.conditionTypeAssociations.first ● Int scalar

Only read the first n values of the set.

Workspace.conditionTypeAssociations.offset ● Int scalar

Skip the first n values.

Workspace.conditionTypeAssociations.orderBy ● [ConditionTypeAssociationsOrderBy!] list enum

The method to use when ordering ConditionTypeAssociation.

Workspace.conditionTypeAssociations.condition ● ConditionTypeAssociationCondition input

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

Workspace.conditionTypeAssociations.filter ● ConditionTypeAssociationFilter input

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

Workspace.crmObjectsConnection ● CrmObjectsConnection! non-null object

Reads and enables pagination through a set of CrmObject.

Workspace.crmObjectsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.crmObjectsConnection.offset ● Int scalar

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

Workspace.crmObjectsConnection.before ● Cursor scalar

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

Workspace.crmObjectsConnection.after ● Cursor scalar

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

Workspace.crmObjectsConnection.orderBy ● [CrmObjectsOrderBy!] list enum

The method to use when ordering CrmObject.

Workspace.crmObjectsConnection.condition ● CrmObjectCondition input

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

Workspace.crmObjectsConnection.filter ● CrmObjectFilter input

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

Workspace.crmObjects ● [CrmObject!]! non-null object

Reads and enables pagination through a set of CrmObject.

Workspace.crmObjects.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjects.offset ● Int scalar

Skip the first n values.

Workspace.crmObjects.orderBy ● [CrmObjectsOrderBy!] list enum

The method to use when ordering CrmObject.

Workspace.crmObjects.condition ● CrmObjectCondition input

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

Workspace.crmObjects.filter ● CrmObjectFilter input

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

Workspace.crmObjectDescriptionsConnection ● CrmObjectDescriptionsConnection! non-null object

Reads and enables pagination through a set of CrmObjectDescription.

Workspace.crmObjectDescriptionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectDescriptionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.crmObjectDescriptionsConnection.offset ● Int scalar

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

Workspace.crmObjectDescriptionsConnection.before ● Cursor scalar

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

Workspace.crmObjectDescriptionsConnection.after ● Cursor scalar

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

Workspace.crmObjectDescriptionsConnection.orderBy ● [CrmObjectDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectDescription.

Workspace.crmObjectDescriptionsConnection.condition ● CrmObjectDescriptionCondition input

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

Workspace.crmObjectDescriptionsConnection.filter ● CrmObjectDescriptionFilter input

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

Workspace.crmObjectDescriptions ● [CrmObjectDescription!]! non-null object

Reads and enables pagination through a set of CrmObjectDescription.

Workspace.crmObjectDescriptions.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectDescriptions.offset ● Int scalar

Skip the first n values.

Workspace.crmObjectDescriptions.orderBy ● [CrmObjectDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectDescription.

Workspace.crmObjectDescriptions.condition ● CrmObjectDescriptionCondition input

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

Workspace.crmObjectDescriptions.filter ● CrmObjectDescriptionFilter input

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

Workspace.crmObjectFieldDescriptionsConnection ● CrmObjectFieldDescriptionsConnection! non-null object

Reads and enables pagination through a set of CrmObjectFieldDescription.

Workspace.crmObjectFieldDescriptionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectFieldDescriptionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.crmObjectFieldDescriptionsConnection.offset ● Int scalar

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

Workspace.crmObjectFieldDescriptionsConnection.before ● Cursor scalar

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

Workspace.crmObjectFieldDescriptionsConnection.after ● Cursor scalar

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

Workspace.crmObjectFieldDescriptionsConnection.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectFieldDescription.

Workspace.crmObjectFieldDescriptionsConnection.condition ● CrmObjectFieldDescriptionCondition input

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

Workspace.crmObjectFieldDescriptionsConnection.filter ● CrmObjectFieldDescriptionFilter input

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

Workspace.crmObjectFieldDescriptions ● [CrmObjectFieldDescription!]! non-null object

Reads and enables pagination through a set of CrmObjectFieldDescription.

Workspace.crmObjectFieldDescriptions.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectFieldDescriptions.offset ● Int scalar

Skip the first n values.

Workspace.crmObjectFieldDescriptions.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum

The method to use when ordering CrmObjectFieldDescription.

Workspace.crmObjectFieldDescriptions.condition ● CrmObjectFieldDescriptionCondition input

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

Workspace.crmObjectFieldDescriptions.filter ● CrmObjectFieldDescriptionFilter input

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

Workspace.crmObjectSyncsConnection ● CrmObjectSyncsConnection! non-null object

Reads and enables pagination through a set of CrmObjectSync.

Workspace.crmObjectSyncsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectSyncsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.crmObjectSyncsConnection.offset ● Int scalar

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

Workspace.crmObjectSyncsConnection.before ● Cursor scalar

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

Workspace.crmObjectSyncsConnection.after ● Cursor scalar

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

Workspace.crmObjectSyncsConnection.orderBy ● [CrmObjectSyncsOrderBy!] list enum

The method to use when ordering CrmObjectSync.

Workspace.crmObjectSyncsConnection.condition ● CrmObjectSyncCondition input

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

Workspace.crmObjectSyncsConnection.filter ● CrmObjectSyncFilter input

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

Workspace.crmObjectSyncs ● [CrmObjectSync!]! non-null object

Reads and enables pagination through a set of CrmObjectSync.

Workspace.crmObjectSyncs.first ● Int scalar

Only read the first n values of the set.

Workspace.crmObjectSyncs.offset ● Int scalar

Skip the first n values.

Workspace.crmObjectSyncs.orderBy ● [CrmObjectSyncsOrderBy!] list enum

The method to use when ordering CrmObjectSync.

Workspace.crmObjectSyncs.condition ● CrmObjectSyncCondition input

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

Workspace.crmObjectSyncs.filter ● CrmObjectSyncFilter input

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

Workspace.customReactionsConnection ● CustomReactionsConnection! non-null object

Reads and enables pagination through a set of CustomReaction.

Workspace.customReactionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.customReactionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.customReactionsConnection.offset ● Int scalar

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

Workspace.customReactionsConnection.before ● Cursor scalar

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

Workspace.customReactionsConnection.after ● Cursor scalar

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

Workspace.customReactionsConnection.orderBy ● [CustomReactionsOrderBy!] list enum

The method to use when ordering CustomReaction.

Workspace.customReactionsConnection.condition ● CustomReactionCondition input

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

Workspace.customReactionsConnection.filter ● CustomReactionFilter input

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

Workspace.customReactions ● [CustomReaction!]! non-null object

Reads and enables pagination through a set of CustomReaction.

Workspace.customReactions.first ● Int scalar

Only read the first n values of the set.

Workspace.customReactions.offset ● Int scalar

Skip the first n values.

Workspace.customReactions.orderBy ● [CustomReactionsOrderBy!] list enum

The method to use when ordering CustomReaction.

Workspace.customReactions.condition ● CustomReactionCondition input

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

Workspace.customReactions.filter ● CustomReactionFilter input

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

Workspace.customViewsConnection ● CustomViewsConnection! non-null object

Reads and enables pagination through a set of CustomView.

Workspace.customViewsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.customViewsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.customViewsConnection.offset ● Int scalar

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

Workspace.customViewsConnection.before ● Cursor scalar

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

Workspace.customViewsConnection.after ● Cursor scalar

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

Workspace.customViewsConnection.orderBy ● [CustomViewsOrderBy!] list enum

The method to use when ordering CustomView.

Workspace.customViewsConnection.condition ● CustomViewCondition input

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

Workspace.customViewsConnection.filter ● CustomViewFilter input

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

Workspace.customViews ● [CustomView!]! non-null object

Reads and enables pagination through a set of CustomView.

Workspace.customViews.first ● Int scalar

Only read the first n values of the set.

Workspace.customViews.offset ● Int scalar

Skip the first n values.

Workspace.customViews.orderBy ● [CustomViewsOrderBy!] list enum

The method to use when ordering CustomView.

Workspace.customViews.condition ● CustomViewCondition input

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

Workspace.customViews.filter ● CustomViewFilter input

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

Workspace.customViewTeamsConnection ● CustomViewTeamsConnection! non-null object

Reads and enables pagination through a set of CustomViewTeam.

Workspace.customViewTeamsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.customViewTeamsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.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.

Workspace.customViewTeamsConnection.before ● Cursor scalar

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

Workspace.customViewTeamsConnection.after ● Cursor scalar

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

Workspace.customViewTeamsConnection.orderBy ● [CustomViewTeamsOrderBy!] list enum

The method to use when ordering CustomViewTeam.

Workspace.customViewTeamsConnection.condition ● CustomViewTeamCondition input

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

Workspace.customViewTeamsConnection.filter ● CustomViewTeamFilter input

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

Workspace.customViewTeams ● [CustomViewTeam!]! non-null object

Reads and enables pagination through a set of CustomViewTeam.

Workspace.customViewTeams.first ● Int scalar

Only read the first n values of the set.

Workspace.customViewTeams.offset ● Int scalar

Skip the first n values.

Workspace.customViewTeams.orderBy ● [CustomViewTeamsOrderBy!] list enum

The method to use when ordering CustomViewTeam.

Workspace.customViewTeams.condition ● CustomViewTeamCondition input

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

Workspace.customViewTeams.filter ● CustomViewTeamFilter input

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

Workspace.customViewWorkspaceAccountsConnection ● CustomViewWorkspaceAccountsConnection! non-null object

Reads and enables pagination through a set of CustomViewWorkspaceAccount.

Workspace.customViewWorkspaceAccountsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.customViewWorkspaceAccountsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.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.

Workspace.customViewWorkspaceAccountsConnection.before ● Cursor scalar

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

Workspace.customViewWorkspaceAccountsConnection.after ● Cursor scalar

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

Workspace.customViewWorkspaceAccountsConnection.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum

The method to use when ordering CustomViewWorkspaceAccount.

Workspace.customViewWorkspaceAccountsConnection.condition ● CustomViewWorkspaceAccountCondition input

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

Workspace.customViewWorkspaceAccountsConnection.filter ● CustomViewWorkspaceAccountFilter input

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

Workspace.customViewWorkspaceAccounts ● [CustomViewWorkspaceAccount!]! non-null object

Reads and enables pagination through a set of CustomViewWorkspaceAccount.

Workspace.customViewWorkspaceAccounts.first ● Int scalar

Only read the first n values of the set.

Workspace.customViewWorkspaceAccounts.offset ● Int scalar

Skip the first n values.

Workspace.customViewWorkspaceAccounts.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum

The method to use when ordering CustomViewWorkspaceAccount.

Workspace.customViewWorkspaceAccounts.condition ● CustomViewWorkspaceAccountCondition input

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

Workspace.customViewWorkspaceAccounts.filter ● CustomViewWorkspaceAccountFilter input

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

Workspace.dealCriteriaConnection ● DealCriteriaConnection! non-null object

Reads and enables pagination through a set of DealCriterion.

Workspace.dealCriteriaConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.dealCriteriaConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.dealCriteriaConnection.offset ● Int scalar

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

Workspace.dealCriteriaConnection.before ● Cursor scalar

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

Workspace.dealCriteriaConnection.after ● Cursor scalar

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

Workspace.dealCriteriaConnection.orderBy ● [DealCriteriaOrderBy!] list enum

The method to use when ordering DealCriterion.

Workspace.dealCriteriaConnection.condition ● DealCriterionCondition input

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

Workspace.dealCriteriaConnection.filter ● DealCriterionFilter input

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

Workspace.dealCriteria ● [DealCriterion!]! non-null object

Reads and enables pagination through a set of DealCriterion.

Workspace.dealCriteria.first ● Int scalar

Only read the first n values of the set.

Workspace.dealCriteria.offset ● Int scalar

Skip the first n values.

Workspace.dealCriteria.orderBy ● [DealCriteriaOrderBy!] list enum

The method to use when ordering DealCriterion.

Workspace.dealCriteria.condition ● DealCriterionCondition input

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

Workspace.dealCriteria.filter ● DealCriterionFilter input

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

Workspace.dealCriteriaAssociationsConnection ● DealCriteriaAssociationsConnection! non-null object

Reads and enables pagination through a set of DealCriteriaAssociation.

Workspace.dealCriteriaAssociationsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.dealCriteriaAssociationsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.dealCriteriaAssociationsConnection.offset ● Int scalar

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

Workspace.dealCriteriaAssociationsConnection.before ● Cursor scalar

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

Workspace.dealCriteriaAssociationsConnection.after ● Cursor scalar

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

Workspace.dealCriteriaAssociationsConnection.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum

The method to use when ordering DealCriteriaAssociation.

Workspace.dealCriteriaAssociationsConnection.condition ● DealCriteriaAssociationCondition input

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

Workspace.dealCriteriaAssociationsConnection.filter ● DealCriteriaAssociationFilter input

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

Workspace.dealCriteriaAssociations ● [DealCriteriaAssociation!]! non-null object

Reads and enables pagination through a set of DealCriteriaAssociation.

Workspace.dealCriteriaAssociations.first ● Int scalar

Only read the first n values of the set.

Workspace.dealCriteriaAssociations.offset ● Int scalar

Skip the first n values.

Workspace.dealCriteriaAssociations.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum

The method to use when ordering DealCriteriaAssociation.

Workspace.dealCriteriaAssociations.condition ● DealCriteriaAssociationCondition input

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

Workspace.dealCriteriaAssociations.filter ● DealCriteriaAssociationFilter input

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

Workspace.dealExecutionScoresConnection ● DealExecutionScoresConnection! non-null object

Reads and enables pagination through a set of DealExecutionScore.

Workspace.dealExecutionScoresConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.dealExecutionScoresConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.dealExecutionScoresConnection.offset ● Int scalar

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

Workspace.dealExecutionScoresConnection.before ● Cursor scalar

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

Workspace.dealExecutionScoresConnection.after ● Cursor scalar

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

Workspace.dealExecutionScoresConnection.orderBy ● [DealExecutionScoresOrderBy!] list enum

The method to use when ordering DealExecutionScore.

Workspace.dealExecutionScoresConnection.condition ● DealExecutionScoreCondition input

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

Workspace.dealExecutionScoresConnection.filter ● DealExecutionScoreFilter input

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

Workspace.dealExecutionScores ● [DealExecutionScore!]! non-null object

Reads and enables pagination through a set of DealExecutionScore.

Workspace.dealExecutionScores.first ● Int scalar

Only read the first n values of the set.

Workspace.dealExecutionScores.offset ● Int scalar

Skip the first n values.

Workspace.dealExecutionScores.orderBy ● [DealExecutionScoresOrderBy!] list enum

The method to use when ordering DealExecutionScore.

Workspace.dealExecutionScores.condition ● DealExecutionScoreCondition input

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

Workspace.dealExecutionScores.filter ● DealExecutionScoreFilter input

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

Workspace.discussionsConnection ● DiscussionsConnection! non-null object

Reads and enables pagination through a set of Discussion.

Workspace.discussionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.discussionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.discussionsConnection.offset ● Int scalar

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

Workspace.discussionsConnection.before ● Cursor scalar

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

Workspace.discussionsConnection.after ● Cursor scalar

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

Workspace.discussionsConnection.orderBy ● [DiscussionsOrderBy!] list enum

The method to use when ordering Discussion.

Workspace.discussionsConnection.condition ● DiscussionCondition input

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

Workspace.discussionsConnection.filter ● DiscussionFilter input

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

Workspace.discussions ● [Discussion!]! non-null object

Reads and enables pagination through a set of Discussion.

Workspace.discussions.first ● Int scalar

Only read the first n values of the set.

Workspace.discussions.offset ● Int scalar

Skip the first n values.

Workspace.discussions.orderBy ● [DiscussionsOrderBy!] list enum

The method to use when ordering Discussion.

Workspace.discussions.condition ● DiscussionCondition input

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

Workspace.discussions.filter ● DiscussionFilter input

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

Workspace.discussionWorkspaceAccountsConnection ● DiscussionWorkspaceAccountsConnection! non-null object

Reads and enables pagination through a set of DiscussionWorkspaceAccount.

Workspace.discussionWorkspaceAccountsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.discussionWorkspaceAccountsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.discussionWorkspaceAccountsConnection.offset ● Int scalar

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

Workspace.discussionWorkspaceAccountsConnection.before ● Cursor scalar

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

Workspace.discussionWorkspaceAccountsConnection.after ● Cursor scalar

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

Workspace.discussionWorkspaceAccountsConnection.orderBy ● [DiscussionWorkspaceAccountsOrderBy!] list enum

The method to use when ordering DiscussionWorkspaceAccount.

Workspace.discussionWorkspaceAccountsConnection.condition ● DiscussionWorkspaceAccountCondition input

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

Workspace.discussionWorkspaceAccountsConnection.filter ● DiscussionWorkspaceAccountFilter input

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

Workspace.discussionWorkspaceAccounts ● [DiscussionWorkspaceAccount!]! non-null object

Reads and enables pagination through a set of DiscussionWorkspaceAccount.

Workspace.discussionWorkspaceAccounts.first ● Int scalar

Only read the first n values of the set.

Workspace.discussionWorkspaceAccounts.offset ● Int scalar

Skip the first n values.

Workspace.discussionWorkspaceAccounts.orderBy ● [DiscussionWorkspaceAccountsOrderBy!] list enum

The method to use when ordering DiscussionWorkspaceAccount.

Workspace.discussionWorkspaceAccounts.condition ● DiscussionWorkspaceAccountCondition input

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

Workspace.discussionWorkspaceAccounts.filter ● DiscussionWorkspaceAccountFilter input

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

Workspace.executiveSummariesConnection ● ExecutiveSummariesConnection! non-null object

Reads and enables pagination through a set of ExecutiveSummary.

Workspace.executiveSummariesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.executiveSummariesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.executiveSummariesConnection.offset ● Int scalar

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

Workspace.executiveSummariesConnection.before ● Cursor scalar

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

Workspace.executiveSummariesConnection.after ● Cursor scalar

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

Workspace.executiveSummariesConnection.orderBy ● [ExecutiveSummariesOrderBy!] list enum

The method to use when ordering ExecutiveSummary.

Workspace.executiveSummariesConnection.condition ● ExecutiveSummaryCondition input

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

Workspace.executiveSummariesConnection.filter ● ExecutiveSummaryFilter input

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

Workspace.executiveSummaries ● [ExecutiveSummary!]! non-null object

Reads and enables pagination through a set of ExecutiveSummary.

Workspace.executiveSummaries.first ● Int scalar

Only read the first n values of the set.

Workspace.executiveSummaries.offset ● Int scalar

Skip the first n values.

Workspace.executiveSummaries.orderBy ● [ExecutiveSummariesOrderBy!] list enum

The method to use when ordering ExecutiveSummary.

Workspace.executiveSummaries.condition ● ExecutiveSummaryCondition input

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

Workspace.executiveSummaries.filter ● ExecutiveSummaryFilter input

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

Workspace.externalServicesConnection ● ExternalServicesConnection! non-null object

Reads and enables pagination through a set of ExternalService.

Workspace.externalServicesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServicesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.externalServicesConnection.offset ● Int scalar

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

Workspace.externalServicesConnection.before ● Cursor scalar

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

Workspace.externalServicesConnection.after ● Cursor scalar

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

Workspace.externalServicesConnection.orderBy ● [ExternalServicesOrderBy!] list enum

The method to use when ordering ExternalService.

Workspace.externalServicesConnection.condition ● ExternalServiceCondition input

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

Workspace.externalServicesConnection.filter ● ExternalServiceFilter input

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

Workspace.externalServices ● [ExternalService!]! non-null object

Reads and enables pagination through a set of ExternalService.

Workspace.externalServices.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServices.offset ● Int scalar

Skip the first n values.

Workspace.externalServices.orderBy ● [ExternalServicesOrderBy!] list enum

The method to use when ordering ExternalService.

Workspace.externalServices.condition ● ExternalServiceCondition input

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

Workspace.externalServices.filter ● ExternalServiceFilter input

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

Workspace.externalServiceRulesConnection ● ExternalServiceRulesConnection! non-null object

Reads and enables pagination through a set of ExternalServiceRule.

Workspace.externalServiceRulesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServiceRulesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.externalServiceRulesConnection.offset ● Int scalar

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

Workspace.externalServiceRulesConnection.before ● Cursor scalar

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

Workspace.externalServiceRulesConnection.after ● Cursor scalar

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

Workspace.externalServiceRulesConnection.orderBy ● [ExternalServiceRulesOrderBy!] list enum

The method to use when ordering ExternalServiceRule.

Workspace.externalServiceRulesConnection.condition ● ExternalServiceRuleCondition input

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

Workspace.externalServiceRulesConnection.filter ● ExternalServiceRuleFilter input

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

Workspace.externalServiceRules ● [ExternalServiceRule!]! non-null object

Reads and enables pagination through a set of ExternalServiceRule.

Workspace.externalServiceRules.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServiceRules.offset ● Int scalar

Skip the first n values.

Workspace.externalServiceRules.orderBy ● [ExternalServiceRulesOrderBy!] list enum

The method to use when ordering ExternalServiceRule.

Workspace.externalServiceRules.condition ● ExternalServiceRuleCondition input

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

Workspace.externalServiceRules.filter ● ExternalServiceRuleFilter input

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

Workspace.externalServiceSyncsConnection ● ExternalServiceSyncsConnection! non-null object

Reads and enables pagination through a set of ExternalServiceSync.

Workspace.externalServiceSyncsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServiceSyncsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.externalServiceSyncsConnection.offset ● Int scalar

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

Workspace.externalServiceSyncsConnection.before ● Cursor scalar

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

Workspace.externalServiceSyncsConnection.after ● Cursor scalar

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

Workspace.externalServiceSyncsConnection.orderBy ● [ExternalServiceSyncsOrderBy!] list enum

The method to use when ordering ExternalServiceSync.

Workspace.externalServiceSyncsConnection.condition ● ExternalServiceSyncCondition input

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

Workspace.externalServiceSyncsConnection.filter ● ExternalServiceSyncFilter input

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

Workspace.externalServiceSyncs ● [ExternalServiceSync!]! non-null object

Reads and enables pagination through a set of ExternalServiceSync.

Workspace.externalServiceSyncs.first ● Int scalar

Only read the first n values of the set.

Workspace.externalServiceSyncs.offset ● Int scalar

Skip the first n values.

Workspace.externalServiceSyncs.orderBy ● [ExternalServiceSyncsOrderBy!] list enum

The method to use when ordering ExternalServiceSync.

Workspace.externalServiceSyncs.condition ● ExternalServiceSyncCondition input

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

Workspace.externalServiceSyncs.filter ● ExternalServiceSyncFilter input

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

Workspace.libraryResourcesConnection ● LibraryResourcesConnection! non-null object

Reads and enables pagination through a set of LibraryResource.

Workspace.libraryResourcesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourcesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.libraryResourcesConnection.offset ● Int scalar

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

Workspace.libraryResourcesConnection.before ● Cursor scalar

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

Workspace.libraryResourcesConnection.after ● Cursor scalar

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

Workspace.libraryResourcesConnection.orderBy ● [LibraryResourcesOrderBy!] list enum

The method to use when ordering LibraryResource.

Workspace.libraryResourcesConnection.condition ● LibraryResourceCondition input

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

Workspace.libraryResourcesConnection.filter ● LibraryResourceFilter input

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

Workspace.libraryResources ● [LibraryResource!]! non-null object

Reads and enables pagination through a set of LibraryResource.

Workspace.libraryResources.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResources.offset ● Int scalar

Skip the first n values.

Workspace.libraryResources.orderBy ● [LibraryResourcesOrderBy!] list enum

The method to use when ordering LibraryResource.

Workspace.libraryResources.condition ● LibraryResourceCondition input

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

Workspace.libraryResources.filter ● LibraryResourceFilter input

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

Workspace.libraryResourceFolderContentsConnection ● LibraryResourceFolderContentsConnection! non-null object

Reads and enables pagination through a set of LibraryResourceFolderContent.

Workspace.libraryResourceFolderContentsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceFolderContentsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.libraryResourceFolderContentsConnection.offset ● Int scalar

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

Workspace.libraryResourceFolderContentsConnection.before ● Cursor scalar

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

Workspace.libraryResourceFolderContentsConnection.after ● Cursor scalar

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

Workspace.libraryResourceFolderContentsConnection.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum

The method to use when ordering LibraryResourceFolderContent.

Workspace.libraryResourceFolderContentsConnection.condition ● LibraryResourceFolderContentCondition input

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

Workspace.libraryResourceFolderContentsConnection.filter ● LibraryResourceFolderContentFilter input

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

Workspace.libraryResourceFolderContents ● [LibraryResourceFolderContent!]! non-null object

Reads and enables pagination through a set of LibraryResourceFolderContent.

Workspace.libraryResourceFolderContents.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceFolderContents.offset ● Int scalar

Skip the first n values.

Workspace.libraryResourceFolderContents.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum

The method to use when ordering LibraryResourceFolderContent.

Workspace.libraryResourceFolderContents.condition ● LibraryResourceFolderContentCondition input

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

Workspace.libraryResourceFolderContents.filter ● LibraryResourceFolderContentFilter input

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

Workspace.libraryResourceTagsConnection ● LibraryResourceTagsConnection! non-null object

Reads and enables pagination through a set of LibraryResourceTag.

Workspace.libraryResourceTagsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceTagsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.libraryResourceTagsConnection.offset ● Int scalar

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

Workspace.libraryResourceTagsConnection.before ● Cursor scalar

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

Workspace.libraryResourceTagsConnection.after ● Cursor scalar

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

Workspace.libraryResourceTagsConnection.orderBy ● [LibraryResourceTagsOrderBy!] list enum

The method to use when ordering LibraryResourceTag.

Workspace.libraryResourceTagsConnection.condition ● LibraryResourceTagCondition input

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

Workspace.libraryResourceTagsConnection.filter ● LibraryResourceTagFilter input

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

Workspace.libraryResourceTags ● [LibraryResourceTag!]! non-null object

Reads and enables pagination through a set of LibraryResourceTag.

Workspace.libraryResourceTags.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceTags.offset ● Int scalar

Skip the first n values.

Workspace.libraryResourceTags.orderBy ● [LibraryResourceTagsOrderBy!] list enum

The method to use when ordering LibraryResourceTag.

Workspace.libraryResourceTags.condition ● LibraryResourceTagCondition input

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

Workspace.libraryResourceTags.filter ● LibraryResourceTagFilter input

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

Workspace.libraryResourceVersionsConnection ● LibraryResourceVersionsConnection! non-null object

Reads and enables pagination through a set of LibraryResourceVersion.

Workspace.libraryResourceVersionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceVersionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.libraryResourceVersionsConnection.offset ● Int scalar

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

Workspace.libraryResourceVersionsConnection.before ● Cursor scalar

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

Workspace.libraryResourceVersionsConnection.after ● Cursor scalar

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

Workspace.libraryResourceVersionsConnection.orderBy ● [LibraryResourceVersionsOrderBy!] list enum

The method to use when ordering LibraryResourceVersion.

Workspace.libraryResourceVersionsConnection.condition ● LibraryResourceVersionCondition input

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

Workspace.libraryResourceVersionsConnection.filter ● LibraryResourceVersionFilter input

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

Workspace.libraryResourceVersions ● [LibraryResourceVersion!]! non-null object

Reads and enables pagination through a set of LibraryResourceVersion.

Workspace.libraryResourceVersions.first ● Int scalar

Only read the first n values of the set.

Workspace.libraryResourceVersions.offset ● Int scalar

Skip the first n values.

Workspace.libraryResourceVersions.orderBy ● [LibraryResourceVersionsOrderBy!] list enum

The method to use when ordering LibraryResourceVersion.

Workspace.libraryResourceVersions.condition ● LibraryResourceVersionCondition input

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

Workspace.libraryResourceVersions.filter ● LibraryResourceVersionFilter input

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

Workspace.mcpServerConfigsConnection ● McpServerConfigsConnection! non-null object

Reads and enables pagination through a set of McpServerConfig.

Workspace.mcpServerConfigsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.mcpServerConfigsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.mcpServerConfigsConnection.offset ● Int scalar

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

Workspace.mcpServerConfigsConnection.before ● Cursor scalar

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

Workspace.mcpServerConfigsConnection.after ● Cursor scalar

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

Workspace.mcpServerConfigsConnection.orderBy ● [McpServerConfigsOrderBy!] list enum

The method to use when ordering McpServerConfig.

Workspace.mcpServerConfigsConnection.condition ● McpServerConfigCondition input

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

Workspace.mcpServerConfigsConnection.filter ● McpServerConfigFilter input

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

Workspace.mcpServerConfigs ● [McpServerConfig!]! non-null object

Reads and enables pagination through a set of McpServerConfig.

Workspace.mcpServerConfigs.first ● Int scalar

Only read the first n values of the set.

Workspace.mcpServerConfigs.offset ● Int scalar

Skip the first n values.

Workspace.mcpServerConfigs.orderBy ● [McpServerConfigsOrderBy!] list enum

The method to use when ordering McpServerConfig.

Workspace.mcpServerConfigs.condition ● McpServerConfigCondition input

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

Workspace.mcpServerConfigs.filter ● McpServerConfigFilter input

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

Workspace.meetingsConnection ● MeetingsConnection! non-null object

Reads and enables pagination through a set of Meeting.

Workspace.meetingsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.meetingsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.meetingsConnection.offset ● Int scalar

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

Workspace.meetingsConnection.before ● Cursor scalar

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

Workspace.meetingsConnection.after ● Cursor scalar

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

Workspace.meetingsConnection.orderBy ● [MeetingsOrderBy!] list enum

The method to use when ordering Meeting.

Workspace.meetingsConnection.condition ● MeetingCondition input

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

Workspace.meetingsConnection.filter ● MeetingFilter input

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

Workspace.meetings ● [Meeting!]! non-null object

Reads and enables pagination through a set of Meeting.

Workspace.meetings.first ● Int scalar

Only read the first n values of the set.

Workspace.meetings.offset ● Int scalar

Skip the first n values.

Workspace.meetings.orderBy ● [MeetingsOrderBy!] list enum

The method to use when ordering Meeting.

Workspace.meetings.condition ● MeetingCondition input

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

Workspace.meetings.filter ● MeetingFilter input

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

Workspace.meetingAccordsConnection ● MeetingAccordsConnection! non-null object

Reads and enables pagination through a set of MeetingAccord.

Workspace.meetingAccordsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.meetingAccordsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.meetingAccordsConnection.offset ● Int scalar

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

Workspace.meetingAccordsConnection.before ● Cursor scalar

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

Workspace.meetingAccordsConnection.after ● Cursor scalar

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

Workspace.meetingAccordsConnection.orderBy ● [MeetingAccordsOrderBy!] list enum

The method to use when ordering MeetingAccord.

Workspace.meetingAccordsConnection.condition ● MeetingAccordCondition input

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

Workspace.meetingAccordsConnection.filter ● MeetingAccordFilter input

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

Workspace.meetingAccords ● [MeetingAccord!]! non-null object

Reads and enables pagination through a set of MeetingAccord.

Workspace.meetingAccords.first ● Int scalar

Only read the first n values of the set.

Workspace.meetingAccords.offset ● Int scalar

Skip the first n values.

Workspace.meetingAccords.orderBy ● [MeetingAccordsOrderBy!] list enum

The method to use when ordering MeetingAccord.

Workspace.meetingAccords.condition ● MeetingAccordCondition input

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

Workspace.meetingAccords.filter ● MeetingAccordFilter input

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

Workspace.meetingParticipantsConnection ● MeetingParticipantsConnection! non-null object

Reads and enables pagination through a set of MeetingParticipant.

Workspace.meetingParticipantsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.meetingParticipantsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.meetingParticipantsConnection.offset ● Int scalar

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

Workspace.meetingParticipantsConnection.before ● Cursor scalar

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

Workspace.meetingParticipantsConnection.after ● Cursor scalar

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

Workspace.meetingParticipantsConnection.orderBy ● [MeetingParticipantsOrderBy!] list enum

The method to use when ordering MeetingParticipant.

Workspace.meetingParticipantsConnection.condition ● MeetingParticipantCondition input

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

Workspace.meetingParticipantsConnection.filter ● MeetingParticipantFilter input

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

Workspace.meetingParticipants ● [MeetingParticipant!]! non-null object

Reads and enables pagination through a set of MeetingParticipant.

Workspace.meetingParticipants.first ● Int scalar

Only read the first n values of the set.

Workspace.meetingParticipants.offset ● Int scalar

Skip the first n values.

Workspace.meetingParticipants.orderBy ● [MeetingParticipantsOrderBy!] list enum

The method to use when ordering MeetingParticipant.

Workspace.meetingParticipants.condition ● MeetingParticipantCondition input

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

Workspace.meetingParticipants.filter ● MeetingParticipantFilter input

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

Workspace.playbooksConnection ● PlaybooksConnection! non-null object

Reads and enables pagination through a set of Playbook.

Workspace.playbooksConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.playbooksConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.playbooksConnection.offset ● Int scalar

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

Workspace.playbooksConnection.before ● Cursor scalar

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

Workspace.playbooksConnection.after ● Cursor scalar

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

Workspace.playbooksConnection.orderBy ● [PlaybooksOrderBy!] list enum

The method to use when ordering Playbook.

Workspace.playbooksConnection.condition ● PlaybookCondition input

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

Workspace.playbooksConnection.filter ● PlaybookFilter input

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

Workspace.playbooks ● [Playbook!]! non-null object

Reads and enables pagination through a set of Playbook.

Workspace.playbooks.first ● Int scalar

Only read the first n values of the set.

Workspace.playbooks.offset ● Int scalar

Skip the first n values.

Workspace.playbooks.orderBy ● [PlaybooksOrderBy!] list enum

The method to use when ordering Playbook.

Workspace.playbooks.condition ● PlaybookCondition input

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

Workspace.playbooks.filter ● PlaybookFilter input

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

Workspace.reportableTablesConnection ● ReportableTablesConnection! non-null object

Reads and enables pagination through a set of ReportableTable.

Workspace.reportableTablesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTablesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.reportableTablesConnection.offset ● Int scalar

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

Workspace.reportableTablesConnection.before ● Cursor scalar

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

Workspace.reportableTablesConnection.after ● Cursor scalar

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

Workspace.reportableTablesConnection.orderBy ● [ReportableTablesOrderBy!] list enum

The method to use when ordering ReportableTable.

Workspace.reportableTablesConnection.condition ● ReportableTableCondition input

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

Workspace.reportableTablesConnection.filter ● ReportableTableFilter input

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

Workspace.reportableTables ● [ReportableTable!]! non-null object

Reads and enables pagination through a set of ReportableTable.

Workspace.reportableTables.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTables.offset ● Int scalar

Skip the first n values.

Workspace.reportableTables.orderBy ● [ReportableTablesOrderBy!] list enum

The method to use when ordering ReportableTable.

Workspace.reportableTables.condition ● ReportableTableCondition input

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

Workspace.reportableTables.filter ● ReportableTableFilter input

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

Workspace.reportableTableRowsConnection ● ReportableTableRowsConnection! non-null object

Reads and enables pagination through a set of ReportableTableRow.

Workspace.reportableTableRowsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTableRowsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.reportableTableRowsConnection.offset ● Int scalar

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

Workspace.reportableTableRowsConnection.before ● Cursor scalar

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

Workspace.reportableTableRowsConnection.after ● Cursor scalar

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

Workspace.reportableTableRowsConnection.orderBy ● [ReportableTableRowsOrderBy!] list enum

The method to use when ordering ReportableTableRow.

Workspace.reportableTableRowsConnection.condition ● ReportableTableRowCondition input

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

Workspace.reportableTableRowsConnection.filter ● ReportableTableRowFilter input

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

Workspace.reportableTableRows ● [ReportableTableRow!]! non-null object

Reads and enables pagination through a set of ReportableTableRow.

Workspace.reportableTableRows.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTableRows.offset ● Int scalar

Skip the first n values.

Workspace.reportableTableRows.orderBy ● [ReportableTableRowsOrderBy!] list enum

The method to use when ordering ReportableTableRow.

Workspace.reportableTableRows.condition ● ReportableTableRowCondition input

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

Workspace.reportableTableRows.filter ● ReportableTableRowFilter input

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

Workspace.reportableTableTemplatesConnection ● ReportableTableTemplatesConnection! non-null object

Reads and enables pagination through a set of ReportableTableTemplate.

Workspace.reportableTableTemplatesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTableTemplatesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.reportableTableTemplatesConnection.offset ● Int scalar

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

Workspace.reportableTableTemplatesConnection.before ● Cursor scalar

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

Workspace.reportableTableTemplatesConnection.after ● Cursor scalar

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

Workspace.reportableTableTemplatesConnection.orderBy ● [ReportableTableTemplatesOrderBy!] list enum

The method to use when ordering ReportableTableTemplate.

Workspace.reportableTableTemplatesConnection.condition ● ReportableTableTemplateCondition input

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

Workspace.reportableTableTemplatesConnection.filter ● ReportableTableTemplateFilter input

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

Workspace.reportableTableTemplates ● [ReportableTableTemplate!]! non-null object

Reads and enables pagination through a set of ReportableTableTemplate.

Workspace.reportableTableTemplates.first ● Int scalar

Only read the first n values of the set.

Workspace.reportableTableTemplates.offset ● Int scalar

Skip the first n values.

Workspace.reportableTableTemplates.orderBy ● [ReportableTableTemplatesOrderBy!] list enum

The method to use when ordering ReportableTableTemplate.

Workspace.reportableTableTemplates.condition ● ReportableTableTemplateCondition input

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

Workspace.reportableTableTemplates.filter ● ReportableTableTemplateFilter input

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

Workspace.rulesConnection ● RulesConnection! non-null object

Reads and enables pagination through a set of Rule.

Workspace.rulesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.rulesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.rulesConnection.offset ● Int scalar

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

Workspace.rulesConnection.before ● Cursor scalar

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

Workspace.rulesConnection.after ● Cursor scalar

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

Workspace.rulesConnection.orderBy ● [RulesOrderBy!] list enum

The method to use when ordering Rule.

Workspace.rulesConnection.condition ● RuleCondition input

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

Workspace.rulesConnection.filter ● RuleFilter input

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

Workspace.rules ● [Rule!]! non-null object

Reads and enables pagination through a set of Rule.

Workspace.rules.first ● Int scalar

Only read the first n values of the set.

Workspace.rules.offset ● Int scalar

Skip the first n values.

Workspace.rules.orderBy ● [RulesOrderBy!] list enum

The method to use when ordering Rule.

Workspace.rules.condition ● RuleCondition input

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

Workspace.rules.filter ● RuleFilter input

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

Workspace.sectionsConnection ● SectionsConnection! non-null object

Reads and enables pagination through a set of Section.

Workspace.sectionsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.sectionsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.sectionsConnection.offset ● Int scalar

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

Workspace.sectionsConnection.before ● Cursor scalar

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

Workspace.sectionsConnection.after ● Cursor scalar

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

Workspace.sectionsConnection.orderBy ● [SectionsOrderBy!] list enum

The method to use when ordering Section.

Workspace.sectionsConnection.condition ● SectionCondition input

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

Workspace.sectionsConnection.filter ● SectionFilter input

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

Workspace.sections ● [Section!]! non-null object

Reads and enables pagination through a set of Section.

Workspace.sections.first ● Int scalar

Only read the first n values of the set.

Workspace.sections.offset ● Int scalar

Skip the first n values.

Workspace.sections.orderBy ● [SectionsOrderBy!] list enum

The method to use when ordering Section.

Workspace.sections.condition ● SectionCondition input

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

Workspace.sections.filter ● SectionFilter input

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

Workspace.sectionPickListItemsConnection ● SectionPickListItemsConnection! non-null object

Reads and enables pagination through a set of SectionPickListItem.

Workspace.sectionPickListItemsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.sectionPickListItemsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.sectionPickListItemsConnection.offset ● Int scalar

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

Workspace.sectionPickListItemsConnection.before ● Cursor scalar

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

Workspace.sectionPickListItemsConnection.after ● Cursor scalar

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

Workspace.sectionPickListItemsConnection.orderBy ● [SectionPickListItemsOrderBy!] list enum

The method to use when ordering SectionPickListItem.

Workspace.sectionPickListItemsConnection.condition ● SectionPickListItemCondition input

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

Workspace.sectionPickListItemsConnection.filter ● SectionPickListItemFilter input

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

Workspace.sectionPickListItems ● [SectionPickListItem!]! non-null object

Reads and enables pagination through a set of SectionPickListItem.

Workspace.sectionPickListItems.first ● Int scalar

Only read the first n values of the set.

Workspace.sectionPickListItems.offset ● Int scalar

Skip the first n values.

Workspace.sectionPickListItems.orderBy ● [SectionPickListItemsOrderBy!] list enum

The method to use when ordering SectionPickListItem.

Workspace.sectionPickListItems.condition ● SectionPickListItemCondition input

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

Workspace.sectionPickListItems.filter ● SectionPickListItemFilter input

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

Workspace.slackChannelWorkspacesConnection ● SlackChannelWorkspacesConnection! non-null object

Reads and enables pagination through a set of SlackChannelWorkspace.

Workspace.slackChannelWorkspacesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.slackChannelWorkspacesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.slackChannelWorkspacesConnection.offset ● Int scalar

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

Workspace.slackChannelWorkspacesConnection.before ● Cursor scalar

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

Workspace.slackChannelWorkspacesConnection.after ● Cursor scalar

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

Workspace.slackChannelWorkspacesConnection.orderBy ● [SlackChannelWorkspacesOrderBy!] list enum

The method to use when ordering SlackChannelWorkspace.

Workspace.slackChannelWorkspacesConnection.condition ● SlackChannelWorkspaceCondition input

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

Workspace.slackChannelWorkspacesConnection.filter ● SlackChannelWorkspaceFilter input

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

Workspace.slackChannelWorkspaces ● [SlackChannelWorkspace!]! non-null object

Reads and enables pagination through a set of SlackChannelWorkspace.

Workspace.slackChannelWorkspaces.first ● Int scalar

Only read the first n values of the set.

Workspace.slackChannelWorkspaces.offset ● Int scalar

Skip the first n values.

Workspace.slackChannelWorkspaces.orderBy ● [SlackChannelWorkspacesOrderBy!] list enum

The method to use when ordering SlackChannelWorkspace.

Workspace.slackChannelWorkspaces.condition ● SlackChannelWorkspaceCondition input

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

Workspace.slackChannelWorkspaces.filter ● SlackChannelWorkspaceFilter input

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

Workspace.stepApprovalsConnection ● StepApprovalsConnection! non-null object

Reads and enables pagination through a set of StepApproval.

Workspace.stepApprovalsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepApprovalsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepApprovalsConnection.offset ● Int scalar

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

Workspace.stepApprovalsConnection.before ● Cursor scalar

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

Workspace.stepApprovalsConnection.after ● Cursor scalar

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

Workspace.stepApprovalsConnection.orderBy ● [StepApprovalsOrderBy!] list enum

The method to use when ordering StepApproval.

Workspace.stepApprovalsConnection.condition ● StepApprovalCondition input

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

Workspace.stepApprovalsConnection.filter ● StepApprovalFilter input

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

Workspace.stepApprovals ● [StepApproval!]! non-null object

Reads and enables pagination through a set of StepApproval.

Workspace.stepApprovals.first ● Int scalar

Only read the first n values of the set.

Workspace.stepApprovals.offset ● Int scalar

Skip the first n values.

Workspace.stepApprovals.orderBy ● [StepApprovalsOrderBy!] list enum

The method to use when ordering StepApproval.

Workspace.stepApprovals.condition ● StepApprovalCondition input

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

Workspace.stepApprovals.filter ● StepApprovalFilter input

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

Workspace.stepDependenciesConnection ● StepDependenciesConnection! non-null object

Reads and enables pagination through a set of StepDependency.

Workspace.stepDependenciesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepDependenciesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepDependenciesConnection.offset ● Int scalar

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

Workspace.stepDependenciesConnection.before ● Cursor scalar

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

Workspace.stepDependenciesConnection.after ● Cursor scalar

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

Workspace.stepDependenciesConnection.orderBy ● [StepDependenciesOrderBy!] list enum

The method to use when ordering StepDependency.

Workspace.stepDependenciesConnection.condition ● StepDependencyCondition input

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

Workspace.stepDependenciesConnection.filter ● StepDependencyFilter input

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

Workspace.stepDependencies ● [StepDependency!]! non-null object

Reads and enables pagination through a set of StepDependency.

Workspace.stepDependencies.first ● Int scalar

Only read the first n values of the set.

Workspace.stepDependencies.offset ● Int scalar

Skip the first n values.

Workspace.stepDependencies.orderBy ● [StepDependenciesOrderBy!] list enum

The method to use when ordering StepDependency.

Workspace.stepDependencies.condition ● StepDependencyCondition input

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

Workspace.stepDependencies.filter ● StepDependencyFilter input

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

Workspace.stepInternalProcessesConnection ● StepInternalProcessesConnection! non-null object

Reads and enables pagination through a set of StepInternalProcess.

Workspace.stepInternalProcessesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepInternalProcessesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepInternalProcessesConnection.offset ● Int scalar

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

Workspace.stepInternalProcessesConnection.before ● Cursor scalar

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

Workspace.stepInternalProcessesConnection.after ● Cursor scalar

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

Workspace.stepInternalProcessesConnection.orderBy ● [StepInternalProcessesOrderBy!] list enum

The method to use when ordering StepInternalProcess.

Workspace.stepInternalProcessesConnection.condition ● StepInternalProcessCondition input

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

Workspace.stepInternalProcessesConnection.filter ● StepInternalProcessFilter input

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

Workspace.stepInternalProcesses ● [StepInternalProcess!]! non-null object

Reads and enables pagination through a set of StepInternalProcess.

Workspace.stepInternalProcesses.first ● Int scalar

Only read the first n values of the set.

Workspace.stepInternalProcesses.offset ● Int scalar

Skip the first n values.

Workspace.stepInternalProcesses.orderBy ● [StepInternalProcessesOrderBy!] list enum

The method to use when ordering StepInternalProcess.

Workspace.stepInternalProcesses.condition ● StepInternalProcessCondition input

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

Workspace.stepInternalProcesses.filter ● StepInternalProcessFilter input

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

Workspace.stepMeetingsConnection ● StepMeetingsConnection! non-null object

Reads and enables pagination through a set of StepMeeting.

Workspace.stepMeetingsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepMeetingsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepMeetingsConnection.offset ● Int scalar

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

Workspace.stepMeetingsConnection.before ● Cursor scalar

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

Workspace.stepMeetingsConnection.after ● Cursor scalar

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

Workspace.stepMeetingsConnection.orderBy ● [StepMeetingsOrderBy!] list enum

The method to use when ordering StepMeeting.

Workspace.stepMeetingsConnection.condition ● StepMeetingCondition input

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

Workspace.stepMeetingsConnection.filter ● StepMeetingFilter input

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

Workspace.stepMeetings ● [StepMeeting!]! non-null object

Reads and enables pagination through a set of StepMeeting.

Workspace.stepMeetings.first ● Int scalar

Only read the first n values of the set.

Workspace.stepMeetings.offset ● Int scalar

Skip the first n values.

Workspace.stepMeetings.orderBy ● [StepMeetingsOrderBy!] list enum

The method to use when ordering StepMeeting.

Workspace.stepMeetings.condition ● StepMeetingCondition input

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

Workspace.stepMeetings.filter ● StepMeetingFilter input

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

Workspace.stepResourcesConnection ● StepResourcesConnection! non-null object

Reads and enables pagination through a set of StepResource.

Workspace.stepResourcesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepResourcesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepResourcesConnection.offset ● Int scalar

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

Workspace.stepResourcesConnection.before ● Cursor scalar

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

Workspace.stepResourcesConnection.after ● Cursor scalar

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

Workspace.stepResourcesConnection.orderBy ● [StepResourcesOrderBy!] list enum

The method to use when ordering StepResource.

Workspace.stepResourcesConnection.condition ● StepResourceCondition input

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

Workspace.stepResourcesConnection.filter ● StepResourceFilter input

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

Workspace.stepResources ● [StepResource!]! non-null object

Reads and enables pagination through a set of StepResource.

Workspace.stepResources.first ● Int scalar

Only read the first n values of the set.

Workspace.stepResources.offset ● Int scalar

Skip the first n values.

Workspace.stepResources.orderBy ● [StepResourcesOrderBy!] list enum

The method to use when ordering StepResource.

Workspace.stepResources.condition ● StepResourceCondition input

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

Workspace.stepResources.filter ● StepResourceFilter input

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

Workspace.stepToDosConnection ● StepToDosConnection! non-null object

Reads and enables pagination through a set of StepToDo.

Workspace.stepToDosConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepToDosConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepToDosConnection.offset ● Int scalar

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

Workspace.stepToDosConnection.before ● Cursor scalar

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

Workspace.stepToDosConnection.after ● Cursor scalar

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

Workspace.stepToDosConnection.orderBy ● [StepToDosOrderBy!] list enum

The method to use when ordering StepToDo.

Workspace.stepToDosConnection.condition ● StepToDoCondition input

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

Workspace.stepToDosConnection.filter ● StepToDoFilter input

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

Workspace.stepToDos ● [StepToDo!]! non-null object

Reads and enables pagination through a set of StepToDo.

Workspace.stepToDos.first ● Int scalar

Only read the first n values of the set.

Workspace.stepToDos.offset ● Int scalar

Skip the first n values.

Workspace.stepToDos.orderBy ● [StepToDosOrderBy!] list enum

The method to use when ordering StepToDo.

Workspace.stepToDos.condition ● StepToDoCondition input

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

Workspace.stepToDos.filter ● StepToDoFilter input

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

Workspace.stepToDoTasksConnection ● StepToDoTasksConnection! non-null object

Reads and enables pagination through a set of StepToDoTask.

Workspace.stepToDoTasksConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.stepToDoTasksConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.stepToDoTasksConnection.offset ● Int scalar

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

Workspace.stepToDoTasksConnection.before ● Cursor scalar

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

Workspace.stepToDoTasksConnection.after ● Cursor scalar

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

Workspace.stepToDoTasksConnection.orderBy ● [StepToDoTasksOrderBy!] list enum

The method to use when ordering StepToDoTask.

Workspace.stepToDoTasksConnection.condition ● StepToDoTaskCondition input

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

Workspace.stepToDoTasksConnection.filter ● StepToDoTaskFilter input

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

Workspace.stepToDoTasks ● [StepToDoTask!]! non-null object

Reads and enables pagination through a set of StepToDoTask.

Workspace.stepToDoTasks.first ● Int scalar

Only read the first n values of the set.

Workspace.stepToDoTasks.offset ● Int scalar

Skip the first n values.

Workspace.stepToDoTasks.orderBy ● [StepToDoTasksOrderBy!] list enum

The method to use when ordering StepToDoTask.

Workspace.stepToDoTasks.condition ● StepToDoTaskCondition input

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

Workspace.stepToDoTasks.filter ● StepToDoTaskFilter input

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

Workspace.summariesConnection ● SummariesConnection! non-null object

Reads and enables pagination through a set of Summary.

Workspace.summariesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.summariesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.summariesConnection.offset ● Int scalar

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

Workspace.summariesConnection.before ● Cursor scalar

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

Workspace.summariesConnection.after ● Cursor scalar

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

Workspace.summariesConnection.orderBy ● [SummariesOrderBy!] list enum

The method to use when ordering Summary.

Workspace.summariesConnection.condition ● SummaryCondition input

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

Workspace.summariesConnection.filter ● SummaryFilter input

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

Workspace.summaries ● [Summary!]! non-null object

Reads and enables pagination through a set of Summary.

Workspace.summaries.first ● Int scalar

Only read the first n values of the set.

Workspace.summaries.offset ● Int scalar

Skip the first n values.

Workspace.summaries.orderBy ● [SummariesOrderBy!] list enum

The method to use when ordering Summary.

Workspace.summaries.condition ● SummaryCondition input

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

Workspace.summaries.filter ● SummaryFilter input

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

Workspace.tagsConnection ● TagsConnection! non-null object

Reads and enables pagination through a set of Tag.

Workspace.tagsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.tagsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.tagsConnection.offset ● Int scalar

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

Workspace.tagsConnection.before ● Cursor scalar

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

Workspace.tagsConnection.after ● Cursor scalar

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

Workspace.tagsConnection.orderBy ● [TagsOrderBy!] list enum

The method to use when ordering Tag.

Workspace.tagsConnection.condition ● TagCondition input

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

Workspace.tagsConnection.filter ● TagFilter input

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

Workspace.tags ● [Tag!]! non-null object

Reads and enables pagination through a set of Tag.

Workspace.tags.first ● Int scalar

Only read the first n values of the set.

Workspace.tags.offset ● Int scalar

Skip the first n values.

Workspace.tags.orderBy ● [TagsOrderBy!] list enum

The method to use when ordering Tag.

Workspace.tags.condition ● TagCondition input

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

Workspace.tags.filter ● TagFilter input

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

Workspace.teamsConnection ● TeamsConnection! non-null object

Reads and enables pagination through a set of Team.

Workspace.teamsConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.teamsConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.teamsConnection.offset ● Int scalar

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

Workspace.teamsConnection.before ● Cursor scalar

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

Workspace.teamsConnection.after ● Cursor scalar

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

Workspace.teamsConnection.orderBy ● [TeamsOrderBy!] list enum

The method to use when ordering Team.

Workspace.teamsConnection.condition ● TeamCondition input

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

Workspace.teamsConnection.filter ● TeamFilter input

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

Workspace.teams ● [Team!]! non-null object

Reads and enables pagination through a set of Team.

Workspace.teams.first ● Int scalar

Only read the first n values of the set.

Workspace.teams.offset ● Int scalar

Skip the first n values.

Workspace.teams.orderBy ● [TeamsOrderBy!] list enum

The method to use when ordering Team.

Workspace.teams.condition ● TeamCondition input

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

Workspace.teams.filter ● TeamFilter input

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

Workspace.teamMembersConnection ● TeamMembersConnection! non-null object

Reads and enables pagination through a set of TeamMember.

Workspace.teamMembersConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.teamMembersConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.teamMembersConnection.offset ● Int scalar

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

Workspace.teamMembersConnection.before ● Cursor scalar

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

Workspace.teamMembersConnection.after ● Cursor scalar

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

Workspace.teamMembersConnection.orderBy ● [TeamMembersOrderBy!] list enum

The method to use when ordering TeamMember.

Workspace.teamMembersConnection.condition ● TeamMemberCondition input

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

Workspace.teamMembersConnection.filter ● TeamMemberFilter input

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

Workspace.teamMembers ● [TeamMember!]! non-null object

Reads and enables pagination through a set of TeamMember.

Workspace.teamMembers.first ● Int scalar

Only read the first n values of the set.

Workspace.teamMembers.offset ● Int scalar

Skip the first n values.

Workspace.teamMembers.orderBy ● [TeamMembersOrderBy!] list enum

The method to use when ordering TeamMember.

Workspace.teamMembers.condition ● TeamMemberCondition input

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

Workspace.teamMembers.filter ● TeamMemberFilter input

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

Workspace.workspaceAccountManagersConnection ● WorkspaceAccountManagersConnection! non-null object

Reads and enables pagination through a set of WorkspaceAccountManager.

Workspace.workspaceAccountManagersConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.workspaceAccountManagersConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.workspaceAccountManagersConnection.offset ● Int scalar

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

Workspace.workspaceAccountManagersConnection.before ● Cursor scalar

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

Workspace.workspaceAccountManagersConnection.after ● Cursor scalar

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

Workspace.workspaceAccountManagersConnection.orderBy ● [WorkspaceAccountManagersOrderBy!] list enum

The method to use when ordering WorkspaceAccountManager.

Workspace.workspaceAccountManagersConnection.condition ● WorkspaceAccountManagerCondition input

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

Workspace.workspaceAccountManagersConnection.filter ● WorkspaceAccountManagerFilter input

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

Workspace.workspaceAccountManagers ● [WorkspaceAccountManager!]! non-null object

Reads and enables pagination through a set of WorkspaceAccountManager.

Workspace.workspaceAccountManagers.first ● Int scalar

Only read the first n values of the set.

Workspace.workspaceAccountManagers.offset ● Int scalar

Skip the first n values.

Workspace.workspaceAccountManagers.orderBy ● [WorkspaceAccountManagersOrderBy!] list enum

The method to use when ordering WorkspaceAccountManager.

Workspace.workspaceAccountManagers.condition ● WorkspaceAccountManagerCondition input

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

Workspace.workspaceAccountManagers.filter ● WorkspaceAccountManagerFilter input

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

Workspace.workspacePlaceholderRolesConnection ● WorkspacePlaceholderRolesConnection! non-null object

Reads and enables pagination through a set of WorkspacePlaceholderRole.

Workspace.workspacePlaceholderRolesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.workspacePlaceholderRolesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.workspacePlaceholderRolesConnection.offset ● Int scalar

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

Workspace.workspacePlaceholderRolesConnection.before ● Cursor scalar

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

Workspace.workspacePlaceholderRolesConnection.after ● Cursor scalar

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

Workspace.workspacePlaceholderRolesConnection.orderBy ● [WorkspacePlaceholderRolesOrderBy!] list enum

The method to use when ordering WorkspacePlaceholderRole.

Workspace.workspacePlaceholderRolesConnection.condition ● WorkspacePlaceholderRoleCondition input

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

Workspace.workspacePlaceholderRolesConnection.filter ● WorkspacePlaceholderRoleFilter input

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

Workspace.workspacePlaceholderRoles ● [WorkspacePlaceholderRole!]! non-null object

Reads and enables pagination through a set of WorkspacePlaceholderRole.

Workspace.workspacePlaceholderRoles.first ● Int scalar

Only read the first n values of the set.

Workspace.workspacePlaceholderRoles.offset ● Int scalar

Skip the first n values.

Workspace.workspacePlaceholderRoles.orderBy ● [WorkspacePlaceholderRolesOrderBy!] list enum

The method to use when ordering WorkspacePlaceholderRole.

Workspace.workspacePlaceholderRoles.condition ● WorkspacePlaceholderRoleCondition input

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

Workspace.workspacePlaceholderRoles.filter ● WorkspacePlaceholderRoleFilter input

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

Workspace.workspacePreferencesConnection ● WorkspacePreferencesConnection! non-null object

Reads and enables pagination through a set of WorkspacePreference.

Workspace.workspacePreferencesConnection.first ● Int scalar

Only read the first n values of the set.

Workspace.workspacePreferencesConnection.last ● Int scalar

Only read the last n values of the set.

Workspace.workspacePreferencesConnection.offset ● Int scalar

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

Workspace.workspacePreferencesConnection.before ● Cursor scalar

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

Workspace.workspacePreferencesConnection.after ● Cursor scalar

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

Workspace.workspacePreferencesConnection.orderBy ● [WorkspacePreferencesOrderBy!] list enum

The method to use when ordering WorkspacePreference.

Workspace.workspacePreferencesConnection.condition ● WorkspacePreferenceCondition input

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

Workspace.workspacePreferencesConnection.filter ● WorkspacePreferenceFilter input

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

Workspace.workspacePreferences ● [WorkspacePreference!]! non-null object

Reads and enables pagination through a set of WorkspacePreference.

Workspace.workspacePreferences.first ● Int scalar

Only read the first n values of the set.

Workspace.workspacePreferences.offset ● Int scalar

Skip the first n values.

Workspace.workspacePreferences.orderBy ● [WorkspacePreferencesOrderBy!] list enum

The method to use when ordering WorkspacePreference.

Workspace.workspacePreferences.condition ● WorkspacePreferenceCondition input

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

Workspace.workspacePreferences.filter ● WorkspacePreferenceFilter 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

workspace query ● workspaceByNodeId query ● workspaces query

Member Of

Accord object ● AccordCalendarEvent object ● AccordDomain object ● AccordHealth object ● ApiKey object ● AssignedWorkspacePlaceholderRole object ● AuthenticatedUser object ● BackgroundJob object ● Comment object ● CommentReaction object ● ConditionType object ● ConditionTypeAssociation object ● CreateAccordCalendarEventPayload object ● CreateAccordDomainPayload object ● CreateCommentPayload object ● CreateCommentReactionPayload object ● CreateConditionTypeAssociationPayload object ● CreateConditionTypePayload object ● CreateCrmObjectSyncPayload object ● CreateCustomReactionPayload object ● CreateCustomViewPayload object ● CreateCustomViewTeamPayload object ● CreateCustomViewWorkspaceAccountPayload object ● CreateDealCriteriaAssociationPayload object ● CreateDealCriterionPayload object ● CreateDiscussionPayload object ● CreateDiscussionWorkspaceAccountPayload object ● CreateExecutiveSummaryPayload object ● CreateLibraryResourceTagPayload object ● CreateLibraryResourceVersionPayload object ● CreateMeetingAccordPayload object ● CreateMeetingParticipantPayload object ● CreateMeetingPayload object ● CreatePlaybookPayload object ● CreateReportableTablePayload object ● CreateReportableTableRowPayload object ● CreateReportableTableTemplatePayload object ● CreateSectionPayload object ● CreateSectionPickListItemPayload object ● CreateSlackChannelWorkspacePayload object ● CreateStepApprovalPayload object ● CreateStepDependencyPayload object ● CreateStepInternalProcessPayload object ● CreateStepMeetingPayload object ● CreateStepResourcePayload object ● CreateStepToDoPayload object ● CreateStepToDoTaskPayload object ● CreateSummaryPayload object ● CreateTagPayload object ● CreateTeamMemberPayload object ● CreateTeamPayload object ● CreateWorkspaceAccountManagerPayload object ● CreateWorkspaceAccountPayload object ● CreateWorkspacePayload object ● CrmObject object ● CrmObjectDescription object ● CrmObjectFieldDescription object ● CrmObjectSync object ● CustomReaction object ● CustomView object ● CustomViewTeam object ● CustomViewWorkspaceAccount object ● DealCriteriaAssociation object ● DealCriterion object ● DealExecutionScore object ● DeleteAccordCalendarEventPayload object ● DeleteAccordDomainPayload object ● DeleteApiKeyPayload object ● DeleteCommentPayload object ● DeleteCommentReactionPayload object ● DeleteConditionTypeAssociationPayload object ● DeleteConditionTypePayload object ● DeleteCrmObjectPayload object ● DeleteCrmObjectSyncPayload object ● DeleteCustomReactionPayload object ● DeleteCustomViewPayload object ● DeleteCustomViewTeamPayload object ● DeleteCustomViewWorkspaceAccountPayload object ● DeleteDealCriteriaAssociationPayload object ● DeleteDealCriterionPayload object ● DeleteDiscussionPayload object ● DeleteDiscussionWorkspaceAccountPayload object ● DeleteExecutiveSummaryPayload object ● DeleteExternalServicePayload object ● DeleteExternalServiceSyncPayload object ● DeleteLibraryResourceFolderContentPayload object ● DeleteLibraryResourceTagPayload object ● DeleteMcpServerConfigPayload object ● DeleteMeetingAccordPayload object ● DeleteMeetingParticipantPayload object ● DeleteMeetingPayload object ● DeletePlaybookPayload object ● DeleteReportableTablePayload object ● DeleteReportableTableRowPayload object ● DeleteReportableTableTemplatePayload object ● DeleteRulePayload object ● DeleteSectionPayload object ● DeleteSectionPickListItemPayload object ● DeleteSlackChannelWorkspacePayload object ● DeleteStepApprovalPayload object ● DeleteStepDependencyPayload object ● DeleteStepInternalProcessPayload object ● DeleteStepMeetingPayload object ● DeleteStepResourcePayload object ● DeleteStepToDoPayload object ● DeleteStepToDoTaskPayload object ● DeleteSummaryPayload object ● DeleteTagPayload object ● DeleteTeamMemberPayload object ● DeleteTeamPayload object ● DeleteWorkspaceAccountManagerPayload object ● DeleteWorkspaceAccountPayload object ● DeleteWorkspacePlaceholderRolePayload object ● DeleteWorkspacePreferencePayload object ● Discussion object ● DiscussionWorkspaceAccount object ● ExecutiveSummary object ● ExternalService object ● ExternalServiceRule object ● ExternalServiceSync object ● LibraryResource object ● LibraryResourceFolderContent object ● LibraryResourceTag object ● LibraryResourceVersion object ● McpServerConfig object ● Meeting object ● MeetingAccord object ● MeetingParticipant object ● Playbook object ● RecoverAccordDomainPayload object ● RecoverAccordHealthPayload object ● RecoverAccordPayload object ● RecoverAssignedWorkspacePlaceholderRolePayload object ● RecoverCommentPayload object ● RecoverConditionTypeAssociationPayload object ● RecoverConditionTypePayload object ● RecoverCustomViewPayload object ● RecoverExecutiveSummaryPayload object ● RecoverMeetingPayload object ● RecoverReportableTablePayload object ● RecoverReportableTableTemplatePayload object ● RecoverSectionPayload object ● RecoverSectionPickListItemPayload object ● RecoverStepResourcePayload object ● RecoverSummaryPayload object ● RecoverWorkspaceAccountPayload object ● RecoverWorkspacePlaceholderRolePayload object ● RecoverWorkspacePreferencePayload object ● ReportableTable object ● ReportableTableRow object ● ReportableTableTemplate object ● Rule object ● Section object ● SectionPickListItem object ● SlackChannelWorkspace object ● StepApproval object ● StepDependency object ● StepInternalProcess object ● StepMeeting object ● StepResource object ● StepToDo object ● StepToDoTask object ● Summary object ● Tag object ● Team object ● TeamMember object ● UpdateAccordCalendarEventPayload object ● UpdateAccordDomainPayload object ● UpdateAccordPayload object ● UpdateCommentPayload object ● UpdateConditionTypeAssociationPayload object ● UpdateConditionTypePayload object ● UpdateCrmObjectPayload object ● UpdateCrmObjectSyncPayload object ● UpdateCustomReactionPayload object ● UpdateCustomViewPayload object ● UpdateCustomViewTeamPayload object ● UpdateCustomViewWorkspaceAccountPayload object ● UpdateDealCriteriaAssociationPayload object ● UpdateDealCriterionPayload object ● UpdateDiscussionPayload object ● UpdateDiscussionWorkspaceAccountPayload object ● UpdateExecutiveSummaryPayload object ● UpdateExternalServiceSyncPayload object ● UpdateLibraryResourceFolderContentPayload object ● UpdateLibraryResourcePayload object ● UpdateLibraryResourceTagPayload object ● UpdateMeetingAccordPayload object ● UpdateMeetingParticipantPayload object ● UpdateMeetingPayload object ● UpdatePlaybookPayload object ● UpdateReportableTablePayload object ● UpdateReportableTableRowPayload object ● UpdateReportableTableTemplatePayload object ● UpdateRulePayload object ● UpdateSectionPayload object ● UpdateSectionPickListItemPayload object ● UpdateSlackChannelWorkspacePayload object ● UpdateStepApprovalPayload object ● UpdateStepDependencyPayload object ● UpdateStepInternalProcessPayload object ● UpdateStepMeetingPayload object ● UpdateStepResourcePayload object ● UpdateStepToDoPayload object ● UpdateStepToDoTaskPayload object ● UpdateSummaryPayload object ● UpdateTagPayload object ● UpdateTeamMemberPayload object ● UpdateTeamPayload object ● UpdateWorkspaceAccountManagerPayload object ● UpdateWorkspaceAccountPayload object ● UpdateWorkspacePayload object ● UpdateWorkspacePlaceholderRolePayload object ● UpdateWorkspacePreferencePayload object ● UpsertAccordCalendarEventPayload object ● UpsertAccordDomainPayload object ● UpsertCommentReactionPayload object ● UpsertCustomViewPayload object ● UpsertCustomViewTeamPayload object ● UpsertCustomViewWorkspaceAccountPayload object ● UpsertDealCriteriaAssociationPayload object ● UpsertLibraryResourceTagPayload object ● UpsertSectionPayload object ● UpsertStepDependencyPayload object ● UpsertStepInternalProcessPayload object ● UpsertSummaryPayload object ● UpsertTagPayload object ● UpsertTeamMemberPayload object ● UpsertTeamPayload object ● UpsertWorkspaceAccountManagerPayload object ● UpsertWorkspaceAccountPayload object ● UpsertWorkspacePlaceholderRolePayload object ● WorkspaceAccount object ● WorkspaceAccountManager object ● WorkspacePlaceholderRole object ● WorkspacePreference object ● WorkspacesConnection object ● WorkspacesEdge object