WorkspaceAccount
A person's membership in a workspace: it links an account to a workspace with a role and a seat. This is the "member" record most member-facing features read.
type WorkspaceAccount implements Node {
nodeId: ID!
id: String!
workspaceId: String!
accountId: String!
role: String!
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
invitationToken: String
acceptedAt: Datetime
seatType: String
crmContactId: String
systemRole: String
contactEmail: String
isPartner: Boolean
searchVector: FullText
contactLocation: JSON
workspace: Workspace
account: Account
profile: Profile
connectedCrmObject: CrmObject
accessModifiersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccessModifiersOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccessModifierCondition
filter: AccessModifierFilter
): AccessModifiersConnection!
accessModifiers(
first: Int
offset: Int
orderBy: [AccessModifiersOrderBy!]
condition: AccessModifierCondition
filter: AccessModifierFilter
): [AccessModifier!]!
accordsByCreatedByIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection!
accordsByCreatedById(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]!
accordsByApprovedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection!
accordsByApprovedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]!
accordDomainsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordDomainsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordDomainCondition
filter: AccordDomainFilter
): AccordDomainsConnection!
accordDomainsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [AccordDomainsOrderBy!]
condition: AccordDomainCondition
filter: AccordDomainFilter
): [AccordDomain!]!
accordMembersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordMembersOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordMemberCondition
filter: AccordMemberFilter
): AccordMembersConnection!
accordMembers(
first: Int
offset: Int
orderBy: [AccordMembersOrderBy!]
condition: AccordMemberCondition
filter: AccordMemberFilter
): [AccordMember!]!
activitiesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ActivitiesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ActivityCondition
filter: ActivityFilter
): ActivitiesConnection! @deprecated
activities(
first: Int
offset: Int
orderBy: [ActivitiesOrderBy!]
condition: ActivityCondition
filter: ActivityFilter
): [Activity!]! @deprecated
activitiesByTargetWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ActivitiesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ActivityCondition
filter: ActivityFilter
): ActivitiesConnection! @deprecated
activitiesByTargetWorkspaceAccountId(
first: Int
offset: Int
orderBy: [ActivitiesOrderBy!]
condition: ActivityCondition
filter: ActivityFilter
): [Activity!]! @deprecated
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!]!
commentReactionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentReactionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentReactionCondition
filter: CommentReactionFilter
): CommentReactionsConnection!
commentReactionsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CommentReactionsOrderBy!]
condition: CommentReactionCondition
filter: CommentReactionFilter
): [CommentReaction!]!
conditionTypesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ConditionTypesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ConditionTypeCondition
filter: ConditionTypeFilter
): ConditionTypesConnection!
conditionTypesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [ConditionTypesOrderBy!]
condition: ConditionTypeCondition
filter: ConditionTypeFilter
): [ConditionType!]!
crmObjectsByCrmObjectIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectCondition
filter: CrmObjectFilter
): CrmObjectsConnection!
crmObjectsByCrmObjectId(
first: Int
offset: Int
orderBy: [CrmObjectsOrderBy!]
condition: CrmObjectCondition
filter: CrmObjectFilter
): [CrmObject!]!
crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectDescriptionCondition
filter: CrmObjectDescriptionFilter
): CrmObjectDescriptionsConnection!
crmObjectDescriptionsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CrmObjectDescriptionsOrderBy!]
condition: CrmObjectDescriptionCondition
filter: CrmObjectDescriptionFilter
): [CrmObjectDescription!]!
crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectFieldDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): CrmObjectFieldDescriptionsConnection!
crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CrmObjectFieldDescriptionsOrderBy!]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): [CrmObjectFieldDescription!]!
crmObjectSyncsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectSyncsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): CrmObjectSyncsConnection!
crmObjectSyncsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CrmObjectSyncsOrderBy!]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): [CrmObjectSync!]!
customReactionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomReactionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomReactionCondition
filter: CustomReactionFilter
): CustomReactionsConnection!
customReactionsByCreatedByWorkspaceAccountId(
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!]!
customViewsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewCondition
filter: CustomViewFilter
): CustomViewsConnection!
customViewsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CustomViewsOrderBy!]
condition: CustomViewCondition
filter: CustomViewFilter
): [CustomView!]!
customViewTeamsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewTeamsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewTeamCondition
filter: CustomViewTeamFilter
): CustomViewTeamsConnection!
customViewTeamsByCreatedByWorkspaceAccountId(
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!]!
customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CustomViewWorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CustomViewWorkspaceAccountCondition
filter: CustomViewWorkspaceAccountFilter
): CustomViewWorkspaceAccountsConnection!
customViewWorkspaceAccountsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [CustomViewWorkspaceAccountsOrderBy!]
condition: CustomViewWorkspaceAccountCondition
filter: CustomViewWorkspaceAccountFilter
): [CustomViewWorkspaceAccount!]!
dealCriteriaByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriterionCondition
filter: DealCriterionFilter
): DealCriteriaConnection!
dealCriteriaByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [DealCriteriaOrderBy!]
condition: DealCriterionCondition
filter: DealCriterionFilter
): [DealCriterion!]!
dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): DealCriteriaAssociationsConnection!
dealCriteriaAssociationsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [DealCriteriaAssociationsOrderBy!]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): [DealCriteriaAssociation!]!
dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaAssociationManagerScoresOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaAssociationManagerScoreCondition
filter: DealCriteriaAssociationManagerScoreFilter
): DealCriteriaAssociationManagerScoresConnection!
dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [DealCriteriaAssociationManagerScoresOrderBy!]
condition: DealCriteriaAssociationManagerScoreCondition
filter: DealCriteriaAssociationManagerScoreFilter
): [DealCriteriaAssociationManagerScore!]!
discussionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DiscussionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DiscussionCondition
filter: DiscussionFilter
): DiscussionsConnection!
discussionsByCreatedByWorkspaceAccountId(
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!]!
externalServiceRulesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceRulesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): ExternalServiceRulesConnection!
externalServiceRulesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [ExternalServiceRulesOrderBy!]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): [ExternalServiceRule!]!
libraryResourcesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): LibraryResourcesConnection!
libraryResourcesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [LibraryResourcesOrderBy!]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): [LibraryResource!]!
libraryResourcesByApprovedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): LibraryResourcesConnection!
libraryResourcesByApprovedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [LibraryResourcesOrderBy!]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): [LibraryResource!]!
libraryResourcesByOwnerWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): LibraryResourcesConnection!
libraryResourcesByOwnerWorkspaceAccountId(
first: Int
offset: Int
orderBy: [LibraryResourcesOrderBy!]
condition: LibraryResourceCondition
filter: LibraryResourceFilter
): [LibraryResource!]!
libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceFolderContentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): LibraryResourceFolderContentsConnection!
libraryResourceFolderContentsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [LibraryResourceFolderContentsOrderBy!]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): [LibraryResourceFolderContent!]!
libraryResourceTagsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceTagsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceTagCondition
filter: LibraryResourceTagFilter
): LibraryResourceTagsConnection!
libraryResourceTagsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [LibraryResourceTagsOrderBy!]
condition: LibraryResourceTagCondition
filter: LibraryResourceTagFilter
): [LibraryResourceTag!]!
mcpServerConfigsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [McpServerConfigsOrderBy!] = [PRIMARY_KEY_ASC]
condition: McpServerConfigCondition
filter: McpServerConfigFilter
): McpServerConfigsConnection!
mcpServerConfigsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [McpServerConfigsOrderBy!]
condition: McpServerConfigCondition
filter: McpServerConfigFilter
): [McpServerConfig!]!
meetingAccordsByAssignedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingAccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingAccordCondition
filter: MeetingAccordFilter
): MeetingAccordsConnection!
meetingAccordsByAssignedByWorkspaceAccountId(
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!]!
reportableTableRowsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTableRowsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableRowCondition
filter: ReportableTableRowFilter
): ReportableTableRowsConnection!
reportableTableRowsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [ReportableTableRowsOrderBy!]
condition: ReportableTableRowCondition
filter: ReportableTableRowFilter
): [ReportableTableRow!]!
reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTableTemplatesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableTemplateCondition
filter: ReportableTableTemplateFilter
): ReportableTableTemplatesConnection!
reportableTableTemplatesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [ReportableTableTemplatesOrderBy!]
condition: ReportableTableTemplateCondition
filter: ReportableTableTemplateFilter
): [ReportableTableTemplate!]!
sectionsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SectionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: SectionCondition
filter: SectionFilter
): SectionsConnection!
sectionsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [SectionsOrderBy!]
condition: SectionCondition
filter: SectionFilter
): [Section!]!
sessionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SessionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: SessionCondition
filter: SessionFilter
): SessionsConnection!
sessions(
first: Int
offset: Int
orderBy: [SessionsOrderBy!]
condition: SessionCondition
filter: SessionFilter
): [Session!]!
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!]!
stagesByCreatedByIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StagesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StageCondition
filter: StageFilter
): StagesConnection!
stagesByCreatedById(
first: Int
offset: Int
orderBy: [StagesOrderBy!]
condition: StageCondition
filter: StageFilter
): [Stage!]!
stepsByCreatedByIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepsOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepCondition
filter: StepFilter
): StepsConnection!
stepsByCreatedById(
first: Int
offset: Int
orderBy: [StepsOrderBy!]
condition: StepCondition
filter: StepFilter
): [Step!]!
stepDependenciesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepDependenciesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepDependencyCondition
filter: StepDependencyFilter
): StepDependenciesConnection!
stepDependenciesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [StepDependenciesOrderBy!]
condition: StepDependencyCondition
filter: StepDependencyFilter
): [StepDependency!]!
stepStakeholdersConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepStakeholdersOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepStakeholderCondition
filter: StepStakeholderFilter
): StepStakeholdersConnection!
stepStakeholders(
first: Int
offset: Int
orderBy: [StepStakeholdersOrderBy!]
condition: StepStakeholderCondition
filter: StepStakeholderFilter
): [StepStakeholder!]!
tagsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TagsOrderBy!] = [PRIMARY_KEY_ASC]
condition: TagCondition
filter: TagFilter
): TagsConnection!
tagsByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [TagsOrderBy!]
condition: TagCondition
filter: TagFilter
): [Tag!]!
teamsByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TeamsOrderBy!] = [PRIMARY_KEY_ASC]
condition: TeamCondition
filter: TeamFilter
): TeamsConnection!
teamsByCreatedByWorkspaceAccountId(
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!]!
teamMembersByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [TeamMembersOrderBy!] = [PRIMARY_KEY_ASC]
condition: TeamMemberCondition
filter: TeamMemberFilter
): TeamMembersConnection!
teamMembersByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [TeamMembersOrderBy!]
condition: TeamMemberCondition
filter: TeamMemberFilter
): [TeamMember!]!
workspaceAccountManager: WorkspaceAccountManager
workspaceDocumentsByUploadedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspaceDocumentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspaceDocumentCondition
filter: WorkspaceDocumentFilter
): WorkspaceDocumentsConnection!
workspaceDocumentsByUploadedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [WorkspaceDocumentsOrderBy!]
condition: WorkspaceDocumentCondition
filter: WorkspaceDocumentFilter
): [WorkspaceDocument!]!
workspacePreferencesByCreatedByWorkspaceAccountIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspacePreferencesOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspacePreferenceCondition
filter: WorkspacePreferenceFilter
): WorkspacePreferencesConnection!
workspacePreferencesByCreatedByWorkspaceAccountId(
first: Int
offset: Int
orderBy: [WorkspacePreferencesOrderBy!]
condition: WorkspacePreferenceCondition
filter: WorkspacePreferenceFilter
): [WorkspacePreference!]!
searchVectorRank: Float
}
Fields
WorkspaceAccount.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
WorkspaceAccount.id ● String! non-null scalar
WorkspaceAccount.workspaceId ● String! non-null scalar
WorkspaceAccount.accountId ● String! non-null scalar
WorkspaceAccount.role ● String! non-null scalar
The Postgres RLS role that identifies which side of the accord the member is on — e.g. accord_solution_provider_role (seller) or accord_customer_role (customer).
WorkspaceAccount.version ● Int! non-null scalar
WorkspaceAccount.deletedAt ● Datetime scalar
WorkspaceAccount.updatedAt ● Datetime! non-null scalar
WorkspaceAccount.createdAt ● Datetime! non-null scalar
WorkspaceAccount.invitationToken ● String scalar
Token used to accept a pending workspace invitation. A customer session reads an empty string for every row but its own; seller sessions read it.
WorkspaceAccount.acceptedAt ● Datetime scalar
When the invited member accepted and joined; null while the invitation is pending.
WorkspaceAccount.seatType ● String scalar
The kind of seat the member occupies; null when no seat is assigned, though a customer session always reads an empty string rather than the stored value. Only an admin may change it: for anyone else the trigger silently skips the write rather than raising, so the mutation still reports success.
WorkspaceAccount.crmContactId ● String scalar
Linked CRM contact record for this member, for customer-side contacts synced from a CRM.
WorkspaceAccount.systemRole ● String scalar
System-level role label for the member (e.g. Accord Creator); null for ordinary members.
WorkspaceAccount.contactEmail ● String scalar
Email of the member when represented as an external CRM contact rather than a full account.
WorkspaceAccount.isPartner ● Boolean scalar
True when the member's email domain is listed in workspace.partner_domains. Partners sit on the customer side rather than forming a third side, and partner-scoped resources resolve for them only while both this flag and the domain listing still hold.
WorkspaceAccount.searchVector ● FullText scalar
WorkspaceAccount.contactLocation ● JSON scalar
JSON location details for the contact.
WorkspaceAccount.workspace ● Workspace object
Reads a single Workspace that is related to this WorkspaceAccount.
WorkspaceAccount.account ● Account object
Reads a single Account that is related to this WorkspaceAccount.
WorkspaceAccount.profile ● Profile object
Reads a single Profile that is related to this WorkspaceAccount.
WorkspaceAccount.connectedCrmObject ● CrmObject object
Reads a single CrmObject that is related to this WorkspaceAccount.
WorkspaceAccount.accessModifiersConnection ● AccessModifiersConnection! non-null object
Reads and enables pagination through a set of AccessModifier.
WorkspaceAccount.accessModifiersConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accessModifiersConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.accessModifiersConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.accessModifiersConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.accessModifiersConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.accessModifiersConnection.orderBy ● [AccessModifiersOrderBy!] list enum
The method to use when ordering AccessModifier.
WorkspaceAccount.accessModifiersConnection.condition ● AccessModifierCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accessModifiersConnection.filter ● AccessModifierFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accessModifiers ● [AccessModifier!]! non-null object
Reads and enables pagination through a set of AccessModifier.
WorkspaceAccount.accessModifiers.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accessModifiers.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.accessModifiers.orderBy ● [AccessModifiersOrderBy!] list enum
The method to use when ordering AccessModifier.
WorkspaceAccount.accessModifiers.condition ● AccessModifierCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accessModifiers.filter ● AccessModifierFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByCreatedByIdConnection ● AccordsConnection! non-null object
Reads and enables pagination through a set of Accord.
WorkspaceAccount.accordsByCreatedByIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordsByCreatedByIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.accordsByCreatedByIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.accordsByCreatedByIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.accordsByCreatedByIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.accordsByCreatedByIdConnection.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
WorkspaceAccount.accordsByCreatedByIdConnection.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByCreatedByIdConnection.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByCreatedById ● [Accord!]! non-null object
Reads and enables pagination through a set of Accord.
WorkspaceAccount.accordsByCreatedById.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordsByCreatedById.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.accordsByCreatedById.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
WorkspaceAccount.accordsByCreatedById.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByCreatedById.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection ● AccordsConnection! non-null object
Reads and enables pagination through a set of Accord.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountIdConnection.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId ● [Accord!]! non-null object
Reads and enables pagination through a set of Accord.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordsByApprovedByWorkspaceAccountId.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection ● AccordDomainsConnection! non-null object
Reads and enables pagination through a set of AccordDomain.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.orderBy ● [AccordDomainsOrderBy!] list enum
The method to use when ordering AccordDomain.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.condition ● AccordDomainCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountIdConnection.filter ● AccordDomainFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId ● [AccordDomain!]! non-null object
Reads and enables pagination through a set of AccordDomain.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId.orderBy ● [AccordDomainsOrderBy!] list enum
The method to use when ordering AccordDomain.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId.condition ● AccordDomainCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordDomainsByCreatedByWorkspaceAccountId.filter ● AccordDomainFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordMembersConnection ● AccordMembersConnection! non-null object
Reads and enables pagination through a set of AccordMember.
WorkspaceAccount.accordMembersConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordMembersConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.accordMembersConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.accordMembersConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.accordMembersConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.accordMembersConnection.orderBy ● [AccordMembersOrderBy!] list enum
The method to use when ordering AccordMember.
WorkspaceAccount.accordMembersConnection.condition ● AccordMemberCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordMembersConnection.filter ● AccordMemberFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordMembers ● [AccordMember!]! non-null object
Reads and enables pagination through a set of AccordMember.
WorkspaceAccount.accordMembers.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.accordMembers.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.accordMembers.orderBy ● [AccordMembersOrderBy!] list enum
The method to use when ordering AccordMember.
WorkspaceAccount.accordMembers.condition ● AccordMemberCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.accordMembers.filter ● AccordMemberFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection ● AssignedWorkspacePlaceholderRolesConnection! non-null object
Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering AssignedWorkspacePlaceholderRole.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.condition ● AssignedWorkspacePlaceholderRoleCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.assignedWorkspacePlaceholderRolesConnection.filter ● AssignedWorkspacePlaceholderRoleFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.assignedWorkspacePlaceholderRoles ● [AssignedWorkspacePlaceholderRole!]! non-null object
Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.
WorkspaceAccount.assignedWorkspacePlaceholderRoles.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.assignedWorkspacePlaceholderRoles.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.assignedWorkspacePlaceholderRoles.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering AssignedWorkspacePlaceholderRole.
WorkspaceAccount.assignedWorkspacePlaceholderRoles.condition ● AssignedWorkspacePlaceholderRoleCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.assignedWorkspacePlaceholderRoles.filter ● AssignedWorkspacePlaceholderRoleFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection ● CommentReactionsConnection! non-null object
Reads and enables pagination through a set of CommentReaction.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CommentReactionsOrderBy!] list enum
The method to use when ordering CommentReaction.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.condition ● CommentReactionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountIdConnection.filter ● CommentReactionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId ● [CommentReaction!]! non-null object
Reads and enables pagination through a set of CommentReaction.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId.orderBy ● [CommentReactionsOrderBy!] list enum
The method to use when ordering CommentReaction.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId.condition ● CommentReactionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.commentReactionsByCreatedByWorkspaceAccountId.filter ● CommentReactionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection ● ConditionTypesConnection! non-null object
Reads and enables pagination through a set of ConditionType.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.orderBy ● [ConditionTypesOrderBy!] list enum
The method to use when ordering ConditionType.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.condition ● ConditionTypeCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountIdConnection.filter ● ConditionTypeFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId ● [ConditionType!]! non-null object
Reads and enables pagination through a set of ConditionType.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId.orderBy ● [ConditionTypesOrderBy!] list enum
The method to use when ordering ConditionType.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId.condition ● ConditionTypeCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.conditionTypesByCreatedByWorkspaceAccountId.filter ● ConditionTypeFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection ● CrmObjectsConnection! non-null object
Reads and enables pagination through a set of CrmObject.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectsByCrmObjectIdConnection.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectsByCrmObjectId ● [CrmObject!]! non-null object
Reads and enables pagination through a set of CrmObject.
WorkspaceAccount.crmObjectsByCrmObjectId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectsByCrmObjectId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.crmObjectsByCrmObjectId.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
WorkspaceAccount.crmObjectsByCrmObjectId.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectsByCrmObjectId.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection ● CrmObjectDescriptionsConnection! non-null object
Reads and enables pagination through a set of CrmObjectDescription.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CrmObjectDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectDescription.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.condition ● CrmObjectDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountIdConnection.filter ● CrmObjectDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId ● [CrmObjectDescription!]! non-null object
Reads and enables pagination through a set of CrmObjectDescription.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId.orderBy ● [CrmObjectDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectDescription.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId.condition ● CrmObjectDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectDescriptionsByCreatedByWorkspaceAccountId.filter ● CrmObjectDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection ● CrmObjectFieldDescriptionsConnection! non-null object
Reads and enables pagination through a set of CrmObjectFieldDescription.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectFieldDescription.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.condition ● CrmObjectFieldDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountIdConnection.filter ● CrmObjectFieldDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId ● [CrmObjectFieldDescription!]! non-null object
Reads and enables pagination through a set of CrmObjectFieldDescription.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectFieldDescription.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId.condition ● CrmObjectFieldDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectFieldDescriptionsByCreatedByWorkspaceAccountId.filter ● CrmObjectFieldDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection ● CrmObjectSyncsConnection! non-null object
Reads and enables pagination through a set of CrmObjectSync.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CrmObjectSyncsOrderBy!] list enum
The method to use when ordering CrmObjectSync.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.condition ● CrmObjectSyncCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountIdConnection.filter ● CrmObjectSyncFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId ● [CrmObjectSync!]! non-null object
Reads and enables pagination through a set of CrmObjectSync.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId.orderBy ● [CrmObjectSyncsOrderBy!] list enum
The method to use when ordering CrmObjectSync.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId.condition ● CrmObjectSyncCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.crmObjectSyncsByCreatedByWorkspaceAccountId.filter ● CrmObjectSyncFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection ● CustomReactionsConnection! non-null object
Reads and enables pagination through a set of CustomReaction.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CustomReactionsOrderBy!] list enum
The method to use when ordering CustomReaction.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.condition ● CustomReactionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountIdConnection.filter ● CustomReactionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId ● [CustomReaction!]! non-null object
Reads and enables pagination through a set of CustomReaction.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId.orderBy ● [CustomReactionsOrderBy!] list enum
The method to use when ordering CustomReaction.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId.condition ● CustomReactionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customReactionsByCreatedByWorkspaceAccountId.filter ● CustomReactionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsConnection ● CustomViewsConnection! non-null object
Reads and enables pagination through a set of CustomView.
WorkspaceAccount.customViewsConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewsConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.customViewsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customViewsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customViewsConnection.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
WorkspaceAccount.customViewsConnection.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsConnection.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViews ● [CustomView!]! non-null object
Reads and enables pagination through a set of CustomView.
WorkspaceAccount.customViews.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViews.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customViews.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
WorkspaceAccount.customViews.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViews.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection ● CustomViewsConnection! non-null object
Reads and enables pagination through a set of CustomView.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountIdConnection.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId ● [CustomView!]! non-null object
Reads and enables pagination through a set of CustomView.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId.orderBy ● [CustomViewsOrderBy!] list enum
The method to use when ordering CustomView.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId.condition ● CustomViewCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewsByCreatedByWorkspaceAccountId.filter ● CustomViewFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection ● CustomViewTeamsConnection! non-null object
Reads and enables pagination through a set of CustomViewTeam.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CustomViewTeamsOrderBy!] list enum
The method to use when ordering CustomViewTeam.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.condition ● CustomViewTeamCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountIdConnection.filter ● CustomViewTeamFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId ● [CustomViewTeam!]! non-null object
Reads and enables pagination through a set of CustomViewTeam.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId.orderBy ● [CustomViewTeamsOrderBy!] list enum
The method to use when ordering CustomViewTeam.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId.condition ● CustomViewTeamCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewTeamsByCreatedByWorkspaceAccountId.filter ● CustomViewTeamFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsConnection ● CustomViewWorkspaceAccountsConnection! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewWorkspaceAccountsConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.customViewWorkspaceAccountsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customViewWorkspaceAccountsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customViewWorkspaceAccountsConnection.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsConnection.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsConnection.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccounts ● [CustomViewWorkspaceAccount!]! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccounts.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewWorkspaceAccounts.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customViewWorkspaceAccounts.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccounts.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccounts.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection ● CustomViewWorkspaceAccountsConnection! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountIdConnection.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId ● [CustomViewWorkspaceAccount!]! non-null object
Reads and enables pagination through a set of CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId.condition ● CustomViewWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.customViewWorkspaceAccountsByCreatedByWorkspaceAccountId.filter ● CustomViewWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection ● DealCriteriaConnection! non-null object
Reads and enables pagination through a set of DealCriterion.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.orderBy ● [DealCriteriaOrderBy!] list enum
The method to use when ordering DealCriterion.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.condition ● DealCriterionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountIdConnection.filter ● DealCriterionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId ● [DealCriterion!]! non-null object
Reads and enables pagination through a set of DealCriterion.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId.orderBy ● [DealCriteriaOrderBy!] list enum
The method to use when ordering DealCriterion.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId.condition ● DealCriterionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaByCreatedByWorkspaceAccountId.filter ● DealCriterionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection ● DealCriteriaAssociationsConnection! non-null object
Reads and enables pagination through a set of DealCriteriaAssociation.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum
The method to use when ordering DealCriteriaAssociation.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.condition ● DealCriteriaAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountIdConnection.filter ● DealCriteriaAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId ● [DealCriteriaAssociation!]! non-null object
Reads and enables pagination through a set of DealCriteriaAssociation.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum
The method to use when ordering DealCriteriaAssociation.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId.condition ● DealCriteriaAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationsByCreatedByWorkspaceAccountId.filter ● DealCriteriaAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection ● DealCriteriaAssociationManagerScoresConnection! non-null object
Reads and enables pagination through a set of DealCriteriaAssociationManagerScore.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.orderBy ● [DealCriteriaAssociationManagerScoresOrderBy!] list enum
The method to use when ordering DealCriteriaAssociationManagerScore.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.condition ● DealCriteriaAssociationManagerScoreCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountIdConnection.filter ● DealCriteriaAssociationManagerScoreFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId ● [DealCriteriaAssociationManagerScore!]! non-null object
Reads and enables pagination through a set of DealCriteriaAssociationManagerScore.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId.orderBy ● [DealCriteriaAssociationManagerScoresOrderBy!] list enum
The method to use when ordering DealCriteriaAssociationManagerScore.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId.condition ● DealCriteriaAssociationManagerScoreCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.dealCriteriaAssociationManagerScoresByCreatedByWorkspaceAccountId.filter ● DealCriteriaAssociationManagerScoreFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection ● DiscussionsConnection! non-null object
Reads and enables pagination through a set of Discussion.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [DiscussionsOrderBy!] list enum
The method to use when ordering Discussion.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.condition ● DiscussionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountIdConnection.filter ● DiscussionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId ● [Discussion!]! non-null object
Reads and enables pagination through a set of Discussion.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId.orderBy ● [DiscussionsOrderBy!] list enum
The method to use when ordering Discussion.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId.condition ● DiscussionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionsByCreatedByWorkspaceAccountId.filter ● DiscussionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionWorkspaceAccountsConnection ● DiscussionWorkspaceAccountsConnection! non-null object
Reads and enables pagination through a set of DiscussionWorkspaceAccount.
WorkspaceAccount.discussionWorkspaceAccountsConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.discussionWorkspaceAccountsConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.discussionWorkspaceAccountsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.discussionWorkspaceAccountsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.discussionWorkspaceAccountsConnection.orderBy ● [DiscussionWorkspaceAccountsOrderBy!] list enum
The method to use when ordering DiscussionWorkspaceAccount.
WorkspaceAccount.discussionWorkspaceAccountsConnection.condition ● DiscussionWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionWorkspaceAccountsConnection.filter ● DiscussionWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionWorkspaceAccounts ● [DiscussionWorkspaceAccount!]! non-null object
Reads and enables pagination through a set of DiscussionWorkspaceAccount.
WorkspaceAccount.discussionWorkspaceAccounts.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.discussionWorkspaceAccounts.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.discussionWorkspaceAccounts.orderBy ● [DiscussionWorkspaceAccountsOrderBy!] list enum
The method to use when ordering DiscussionWorkspaceAccount.
WorkspaceAccount.discussionWorkspaceAccounts.condition ● DiscussionWorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.discussionWorkspaceAccounts.filter ● DiscussionWorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection ● ExternalServiceRulesConnection! non-null object
Reads and enables pagination through a set of ExternalServiceRule.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.orderBy ● [ExternalServiceRulesOrderBy!] list enum
The method to use when ordering ExternalServiceRule.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.condition ● ExternalServiceRuleCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountIdConnection.filter ● ExternalServiceRuleFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId ● [ExternalServiceRule!]! non-null object
Reads and enables pagination through a set of ExternalServiceRule.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId.orderBy ● [ExternalServiceRulesOrderBy!] list enum
The method to use when ordering ExternalServiceRule.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId.condition ● ExternalServiceRuleCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.externalServiceRulesByCreatedByWorkspaceAccountId.filter ● ExternalServiceRuleFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection ● LibraryResourcesConnection! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountIdConnection.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId ● [LibraryResource!]! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByCreatedByWorkspaceAccountId.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection ● LibraryResourcesConnection! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountIdConnection.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId ● [LibraryResource!]! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByApprovedByWorkspaceAccountId.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection ● LibraryResourcesConnection! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountIdConnection.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId ● [LibraryResource!]! non-null object
Reads and enables pagination through a set of LibraryResource.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId.orderBy ● [LibraryResourcesOrderBy!] list enum
The method to use when ordering LibraryResource.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId.condition ● LibraryResourceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourcesByOwnerWorkspaceAccountId.filter ● LibraryResourceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection ● LibraryResourceFolderContentsConnection! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountIdConnection.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId ● [LibraryResourceFolderContent!]! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceFolderContentsByCreatedByWorkspaceAccountId.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection ● LibraryResourceTagsConnection! non-null object
Reads and enables pagination through a set of LibraryResourceTag.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.orderBy ● [LibraryResourceTagsOrderBy!] list enum
The method to use when ordering LibraryResourceTag.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.condition ● LibraryResourceTagCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountIdConnection.filter ● LibraryResourceTagFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId ● [LibraryResourceTag!]! non-null object
Reads and enables pagination through a set of LibraryResourceTag.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId.orderBy ● [LibraryResourceTagsOrderBy!] list enum
The method to use when ordering LibraryResourceTag.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId.condition ● LibraryResourceTagCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.libraryResourceTagsByCreatedByWorkspaceAccountId.filter ● LibraryResourceTagFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection ● McpServerConfigsConnection! non-null object
Reads and enables pagination through a set of McpServerConfig.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.orderBy ● [McpServerConfigsOrderBy!] list enum
The method to use when ordering McpServerConfig.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.condition ● McpServerConfigCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountIdConnection.filter ● McpServerConfigFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId ● [McpServerConfig!]! non-null object
Reads and enables pagination through a set of McpServerConfig.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId.orderBy ● [McpServerConfigsOrderBy!] list enum
The method to use when ordering McpServerConfig.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId.condition ● McpServerConfigCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.mcpServerConfigsByCreatedByWorkspaceAccountId.filter ● McpServerConfigFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection ● MeetingAccordsConnection! non-null object
Reads and enables pagination through a set of MeetingAccord.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.orderBy ● [MeetingAccordsOrderBy!] list enum
The method to use when ordering MeetingAccord.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.condition ● MeetingAccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountIdConnection.filter ● MeetingAccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId ● [MeetingAccord!]! non-null object
Reads and enables pagination through a set of MeetingAccord.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId.orderBy ● [MeetingAccordsOrderBy!] list enum
The method to use when ordering MeetingAccord.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId.condition ● MeetingAccordCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingAccordsByAssignedByWorkspaceAccountId.filter ● MeetingAccordFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingParticipantsConnection ● MeetingParticipantsConnection! non-null object
Reads and enables pagination through a set of MeetingParticipant.
WorkspaceAccount.meetingParticipantsConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.meetingParticipantsConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.meetingParticipantsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.meetingParticipantsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.meetingParticipantsConnection.orderBy ● [MeetingParticipantsOrderBy!] list enum
The method to use when ordering MeetingParticipant.
WorkspaceAccount.meetingParticipantsConnection.condition ● MeetingParticipantCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingParticipantsConnection.filter ● MeetingParticipantFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingParticipants ● [MeetingParticipant!]! non-null object
Reads and enables pagination through a set of MeetingParticipant.
WorkspaceAccount.meetingParticipants.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.meetingParticipants.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.meetingParticipants.orderBy ● [MeetingParticipantsOrderBy!] list enum
The method to use when ordering MeetingParticipant.
WorkspaceAccount.meetingParticipants.condition ● MeetingParticipantCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.meetingParticipants.filter ● MeetingParticipantFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection ● ReportableTableRowsConnection! non-null object
Reads and enables pagination through a set of ReportableTableRow.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.orderBy ● [ReportableTableRowsOrderBy!] list enum
The method to use when ordering ReportableTableRow.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.condition ● ReportableTableRowCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountIdConnection.filter ● ReportableTableRowFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId ● [ReportableTableRow!]! non-null object
Reads and enables pagination through a set of ReportableTableRow.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId.orderBy ● [ReportableTableRowsOrderBy!] list enum
The method to use when ordering ReportableTableRow.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId.condition ● ReportableTableRowCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableRowsByCreatedByWorkspaceAccountId.filter ● ReportableTableRowFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection ● ReportableTableTemplatesConnection! non-null object
Reads and enables pagination through a set of ReportableTableTemplate.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.orderBy ● [ReportableTableTemplatesOrderBy!] list enum
The method to use when ordering ReportableTableTemplate.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.condition ● ReportableTableTemplateCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountIdConnection.filter ● ReportableTableTemplateFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId ● [ReportableTableTemplate!]! non-null object
Reads and enables pagination through a set of ReportableTableTemplate.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId.orderBy ● [ReportableTableTemplatesOrderBy!] list enum
The method to use when ordering ReportableTableTemplate.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId.condition ● ReportableTableTemplateCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.reportableTableTemplatesByCreatedByWorkspaceAccountId.filter ● ReportableTableTemplateFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection ● SectionsConnection! non-null object
Reads and enables pagination through a set of Section.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.orderBy ● [SectionsOrderBy!] list enum
The method to use when ordering Section.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.condition ● SectionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountIdConnection.filter ● SectionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId ● [Section!]! non-null object
Reads and enables pagination through a set of Section.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId.orderBy ● [SectionsOrderBy!] list enum
The method to use when ordering Section.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId.condition ● SectionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.sectionsByCreatedByWorkspaceAccountId.filter ● SectionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.sessionsConnection ● SessionsConnection! non-null object
Reads and enables pagination through a set of Session.
WorkspaceAccount.sessionsConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.sessionsConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.sessionsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.sessionsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.sessionsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.sessionsConnection.orderBy ● [SessionsOrderBy!] list enum
The method to use when ordering Session.
WorkspaceAccount.sessionsConnection.condition ● SessionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.sessionsConnection.filter ● SessionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.sessions ● [Session!]! non-null object
Reads and enables pagination through a set of Session.
WorkspaceAccount.sessions.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.sessions.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.sessions.orderBy ● [SessionsOrderBy!] list enum
The method to use when ordering Session.
WorkspaceAccount.sessions.condition ● SessionCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.sessions.filter ● SessionFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.slackChannelWorkspacesConnection ● SlackChannelWorkspacesConnection! non-null object
Reads and enables pagination through a set of SlackChannelWorkspace.
WorkspaceAccount.slackChannelWorkspacesConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.slackChannelWorkspacesConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.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.
WorkspaceAccount.slackChannelWorkspacesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.slackChannelWorkspacesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.slackChannelWorkspacesConnection.orderBy ● [SlackChannelWorkspacesOrderBy!] list enum
The method to use when ordering SlackChannelWorkspace.
WorkspaceAccount.slackChannelWorkspacesConnection.condition ● SlackChannelWorkspaceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.slackChannelWorkspacesConnection.filter ● SlackChannelWorkspaceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.slackChannelWorkspaces ● [SlackChannelWorkspace!]! non-null object
Reads and enables pagination through a set of SlackChannelWorkspace.
WorkspaceAccount.slackChannelWorkspaces.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.slackChannelWorkspaces.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.slackChannelWorkspaces.orderBy ● [SlackChannelWorkspacesOrderBy!] list enum
The method to use when ordering SlackChannelWorkspace.
WorkspaceAccount.slackChannelWorkspaces.condition ● SlackChannelWorkspaceCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.slackChannelWorkspaces.filter ● SlackChannelWorkspaceFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stagesByCreatedByIdConnection ● StagesConnection! non-null object
Reads and enables pagination through a set of Stage.
WorkspaceAccount.stagesByCreatedByIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stagesByCreatedByIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.stagesByCreatedByIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.stagesByCreatedByIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.stagesByCreatedByIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.stagesByCreatedByIdConnection.orderBy ● [StagesOrderBy!] list enum
The method to use when ordering Stage.
WorkspaceAccount.stagesByCreatedByIdConnection.condition ● StageCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stagesByCreatedByIdConnection.filter ● StageFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stagesByCreatedById ● [Stage!]! non-null object
Reads and enables pagination through a set of Stage.
WorkspaceAccount.stagesByCreatedById.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stagesByCreatedById.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.stagesByCreatedById.orderBy ● [StagesOrderBy!] list enum
The method to use when ordering Stage.
WorkspaceAccount.stagesByCreatedById.condition ● StageCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stagesByCreatedById.filter ● StageFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepsByCreatedByIdConnection ● StepsConnection! non-null object
Reads and enables pagination through a set of Step.
WorkspaceAccount.stepsByCreatedByIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepsByCreatedByIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.stepsByCreatedByIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.stepsByCreatedByIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.stepsByCreatedByIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.stepsByCreatedByIdConnection.orderBy ● [StepsOrderBy!] list enum
The method to use when ordering Step.
WorkspaceAccount.stepsByCreatedByIdConnection.condition ● StepCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepsByCreatedByIdConnection.filter ● StepFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepsByCreatedById ● [Step!]! non-null object
Reads and enables pagination through a set of Step.
WorkspaceAccount.stepsByCreatedById.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepsByCreatedById.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.stepsByCreatedById.orderBy ● [StepsOrderBy!] list enum
The method to use when ordering Step.
WorkspaceAccount.stepsByCreatedById.condition ● StepCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepsByCreatedById.filter ● StepFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection ● StepDependenciesConnection! non-null object
Reads and enables pagination through a set of StepDependency.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.orderBy ● [StepDependenciesOrderBy!] list enum
The method to use when ordering StepDependency.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.condition ● StepDependencyCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountIdConnection.filter ● StepDependencyFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId ● [StepDependency!]! non-null object
Reads and enables pagination through a set of StepDependency.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId.orderBy ● [StepDependenciesOrderBy!] list enum
The method to use when ordering StepDependency.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId.condition ● StepDependencyCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepDependenciesByCreatedByWorkspaceAccountId.filter ● StepDependencyFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepStakeholdersConnection ● StepStakeholdersConnection! non-null object
Reads and enables pagination through a set of StepStakeholder.
WorkspaceAccount.stepStakeholdersConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepStakeholdersConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.stepStakeholdersConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.stepStakeholdersConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.stepStakeholdersConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.stepStakeholdersConnection.orderBy ● [StepStakeholdersOrderBy!] list enum
The method to use when ordering StepStakeholder.
WorkspaceAccount.stepStakeholdersConnection.condition ● StepStakeholderCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepStakeholdersConnection.filter ● StepStakeholderFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepStakeholders ● [StepStakeholder!]! non-null object
Reads and enables pagination through a set of StepStakeholder.
WorkspaceAccount.stepStakeholders.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.stepStakeholders.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.stepStakeholders.orderBy ● [StepStakeholdersOrderBy!] list enum
The method to use when ordering StepStakeholder.
WorkspaceAccount.stepStakeholders.condition ● StepStakeholderCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.stepStakeholders.filter ● StepStakeholderFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection ● TagsConnection! non-null object
Reads and enables pagination through a set of Tag.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.orderBy ● [TagsOrderBy!] list enum
The method to use when ordering Tag.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.condition ● TagCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountIdConnection.filter ● TagFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId ● [Tag!]! non-null object
Reads and enables pagination through a set of Tag.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId.offset ● Int scalar
Skip the first n values.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId.orderBy ● [TagsOrderBy!] list enum
The method to use when ordering Tag.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId.condition ● TagCondition input
A condition to be used in determining which values should be returned by the collection.
WorkspaceAccount.tagsByCreatedByWorkspaceAccountId.filter ● TagFilter input
A filter to be used in determining which values should be returned by the collection.
WorkspaceAccount.teamsByCreatedByWorkspaceAccountIdConnection ● TeamsConnection! non-null object
Reads and enables pagination through a set of Team.
WorkspaceAccount.teamsByCreatedByWorkspaceAccountIdConnection.first ● Int scalar
Only read the first n values of the set.
WorkspaceAccount.teamsByCreatedByWorkspaceAccountIdConnection.last ● Int scalar
Only read the last n values of the set.