Accord
A shared deal workspace (a "mutual action plan") between a seller and a customer, holding the stages, steps, resources, and members for a single opportunity. The central object most clients read and write.
type Accord implements Node {
nodeId: ID!
id: String!
accountName: String
accountGlyphUrl: String
opportunityName: String
opportunityAmount: BigFloat
closeDate: Date
sfdcUrl: String
templateId: String
workspaceId: String!
version: Int!
closeReason: String
closedAt: Datetime
archivedAt: Datetime
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
isTemplate: Boolean
templateName: String
createdById: String
crmId: String
crmType: String
lastUsed: Datetime
crmOpportunityName: String
approvedAt: Datetime
approvedByWorkspaceAccountId: String
createdFromTemplateId: String
isDraft: Boolean
crmObject: String
createdByRuleId: String
createdByExternalEventId: String
dismissedCrmContactIds: [String]
crmObjectCreatedAt: Datetime
stakeholderMap: JSON
crmStageId: String
crmObjectPreference: String
allowedAccess: String
context: String
tabConfig: JSON
description: String
segment: String
region: String
conditionSelections: JSON
autoAssignBanner: Boolean!
parentAccordId: String
workspace: Workspace
createdBy: WorkspaceAccount
approvedByWorkspaceAccount: WorkspaceAccount
connectedCrmObject: CrmObject
createdFromTemplate: Accord
createdByRule: Rule
parentAccord: Accord
accordsByCreatedFromTemplateIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection!
accordsByCreatedFromTemplateId(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]!
accordsByParentAccordIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCondition
filter: AccordFilter
): AccordsConnection!
accordsByParentAccordId(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]!
accordCalendarEventsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordCalendarEventsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordCalendarEventCondition
filter: AccordCalendarEventFilter
): AccordCalendarEventsConnection!
accordCalendarEvents(
first: Int
offset: Int
orderBy: [AccordCalendarEventsOrderBy!]
condition: AccordCalendarEventCondition
filter: AccordCalendarEventFilter
): [AccordCalendarEvent!]!
accordContactsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordContactsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordContactCondition
filter: AccordContactFilter
): AccordContactsConnection!
accordContacts(
first: Int
offset: Int
orderBy: [AccordContactsOrderBy!]
condition: AccordContactCondition
filter: AccordContactFilter
): [AccordContact!]!
accordDomainsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordDomainsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AccordDomainCondition
filter: AccordDomainFilter
): AccordDomainsConnection!
accordDomains(
first: Int
offset: Int
orderBy: [AccordDomainsOrderBy!]
condition: AccordDomainCondition
filter: AccordDomainFilter
): [AccordDomain!]!
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!]!
accordSearchViewsByIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AccordSearchViewsOrderBy!] = [NATURAL]
condition: AccordSearchViewCondition
filter: AccordSearchViewFilter
): AccordSearchViewsConnection!
accordSearchViewsById(
first: Int
offset: Int
orderBy: [AccordSearchViewsOrderBy!]
condition: AccordSearchViewCondition
filter: AccordSearchViewFilter
): [AccordSearchView!]!
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
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!]!
commentsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CommentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CommentCondition
filter: CommentFilter
): CommentsConnection!
comments(
first: Int
offset: Int
orderBy: [CommentsOrderBy!]
condition: CommentCondition
filter: CommentFilter
): [Comment!]!
conditionTypeAssociationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ConditionTypeAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: ConditionTypeAssociationCondition
filter: ConditionTypeAssociationFilter
): ConditionTypeAssociationsConnection!
conditionTypeAssociations(
first: Int
offset: Int
orderBy: [ConditionTypeAssociationsOrderBy!]
condition: ConditionTypeAssociationCondition
filter: ConditionTypeAssociationFilter
): [ConditionTypeAssociation!]!
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!]!
dealCriteriaAssociationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealCriteriaAssociationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): DealCriteriaAssociationsConnection!
dealCriteriaAssociations(
first: Int
offset: Int
orderBy: [DealCriteriaAssociationsOrderBy!]
condition: DealCriteriaAssociationCondition
filter: DealCriteriaAssociationFilter
): [DealCriteriaAssociation!]!
dealExecutionScoresConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DealExecutionScoresOrderBy!] = [PRIMARY_KEY_ASC]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): DealExecutionScoresConnection!
dealExecutionScores(
first: Int
offset: Int
orderBy: [DealExecutionScoresOrderBy!]
condition: DealExecutionScoreCondition
filter: DealExecutionScoreFilter
): [DealExecutionScore!]!
discussionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [DiscussionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: DiscussionCondition
filter: DiscussionFilter
): DiscussionsConnection!
discussions(
first: Int
offset: Int
orderBy: [DiscussionsOrderBy!]
condition: DiscussionCondition
filter: DiscussionFilter
): [Discussion!]!
emailsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [EmailsOrderBy!] = [PRIMARY_KEY_ASC]
condition: EmailCondition
filter: EmailFilter
): EmailsConnection!
emails(
first: Int
offset: Int
orderBy: [EmailsOrderBy!]
condition: EmailCondition
filter: EmailFilter
): [Email!]!
executiveSummariesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExecutiveSummariesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExecutiveSummaryCondition
filter: ExecutiveSummaryFilter
): ExecutiveSummariesConnection!
executiveSummaries(
first: Int
offset: Int
orderBy: [ExecutiveSummariesOrderBy!]
condition: ExecutiveSummaryCondition
filter: ExecutiveSummaryFilter
): [ExecutiveSummary!]!
meetingsBySuggestedAccordIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingCondition
filter: MeetingFilter
): MeetingsConnection!
meetingsBySuggestedAccordId(
first: Int
offset: Int
orderBy: [MeetingsOrderBy!]
condition: MeetingCondition
filter: MeetingFilter
): [Meeting!]!
meetingAccordsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [MeetingAccordsOrderBy!] = [PRIMARY_KEY_ASC]
condition: MeetingAccordCondition
filter: MeetingAccordFilter
): MeetingAccordsConnection!
meetingAccords(
first: Int
offset: Int
orderBy: [MeetingAccordsOrderBy!]
condition: MeetingAccordCondition
filter: MeetingAccordFilter
): [MeetingAccord!]!
notificationsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [NotificationsOrderBy!] = [PRIMARY_KEY_ASC]
condition: NotificationCondition
filter: NotificationFilter
): NotificationsConnection!
notifications(
first: Int
offset: Int
orderBy: [NotificationsOrderBy!]
condition: NotificationCondition
filter: NotificationFilter
): [Notification!]!
reportableTablesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ReportableTablesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ReportableTableCondition
filter: ReportableTableFilter
): ReportableTablesConnection!
reportableTables(
first: Int
offset: Int
orderBy: [ReportableTablesOrderBy!]
condition: ReportableTableCondition
filter: ReportableTableFilter
): [ReportableTable!]!
resourcesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ResourceCondition
filter: ResourceFilter
): ResourcesConnection!
resources(
first: Int
offset: Int
orderBy: [ResourcesOrderBy!]
condition: ResourceCondition
filter: ResourceFilter
): [Resource!]!
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!]!
stagesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StagesOrderBy!] = [PRIMARY_KEY_ASC]
condition: StageCondition
filter: StageFilter
): StagesConnection!
stages(
first: Int
offset: Int
orderBy: [StagesOrderBy!]
condition: StageCondition
filter: StageFilter
): [Stage!]!
summariesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [SummariesOrderBy!] = [PRIMARY_KEY_ASC]
condition: SummaryCondition
filter: SummaryFilter
): SummariesConnection!
summaries(
first: Int
offset: Int
orderBy: [SummariesOrderBy!]
condition: SummaryCondition
filter: SummaryFilter
): [Summary!]!
crmObjectDateField(
key: String
): Date
crmObjectNumericField(
key: String
): BigFloat
customerAcceptanceRate: BigFloat
customerHealth: BigFloat
customerLastViewedAt: Datetime
customersAcceptedCount: BigFloat
customersInvitedCount: BigFloat
dealCriteriaAssociationManagerScoreUpdatedAt: Datetime
dealCriteriaAssociationsCompleted: BigFloat
dealExecutionScore: BigFloat
dealExecutionScoreCalculatedAt: Datetime
firstIncompleteStage: Stage
firstIncompleteStageTitle: String
firstIncompleteStepOwner: String
firstIncompleteStepTitle: String
isFavorite: Boolean
myLastUsed: Datetime
overallStatus: String
placeholdersAssigned: BigFloat
pointPersonName: String
pointPersonWorkspaceAccountId: String
progress: BigFloat
stakeholdersMappedCount: BigFloat
status: String
timesUsed: BigFloat
}
Fields
Accord.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
Accord.id ● String! non-null scalar
Accord.accountName ● String scalar
Name of the customer company this accord is with.
Accord.accountGlyphUrl ● String scalar
Accord.opportunityName ● String scalar
Name of the deal/opportunity, typically mirrored from the linked CRM record.
Accord.opportunityAmount ● BigFloat scalar
Monetary value of the deal, typically mirrored from the linked CRM record.
Accord.closeDate ● Date scalar
Expected close date of the deal.
Accord.sfdcUrl ● String scalar
Accord.templateId ● String scalar
Accord.workspaceId ● String! non-null scalar
Accord.version ● Int! non-null scalar
Accord.closeReason ● String scalar
Free-text reason recorded when the accord was closed.
Accord.closedAt ● Datetime scalar
When the accord was marked closed (won or lost); null while still open.
Accord.archivedAt ● Datetime scalar
Soft-archive timestamp; archived accords are hidden from active lists but not deleted.
Accord.deletedAt ● Datetime scalar
Accord.updatedAt ● Datetime! non-null scalar
Accord.createdAt ● Datetime! non-null scalar
Accord.isTemplate ● Boolean scalar
When true, this row is a reusable template rather than a live customer-facing accord.
Accord.templateName ● String scalar
Display name of the template, used when is_template is true.
Accord.createdById ● String scalar
Accord.crmId ● String scalar
Identifier of the linked CRM record (e.g. a Salesforce opportunity).
Accord.crmType ● String scalar
Which CRM the linked record lives in (e.g. salesforce, hubspot).
Accord.lastUsed ● Datetime scalar
For a template, the last time it was used to spin up a new accord.
Accord.crmOpportunityName ● String scalar
Accord.approvedAt ● Datetime scalar
For a template, when it was approved. An approved template is read-only to everyone but admins (the edit, copy and read-only triggers key on is_template plus this column). Only an admin may set or clear it, and only on a template — any other write is silently skipped rather than rejected — and approved_by_workspace_account_id is filled in from the caller.
Accord.approvedByWorkspaceAccountId ● String scalar
Accord.createdFromTemplateId ● String scalar
Accord.isDraft ● Boolean scalar
When true, the accord is still being drafted and has not yet been shared with the customer.
Accord.crmObject ● String scalar
Accord.createdByRuleId ● String scalar
Accord.createdByExternalEventId ● String scalar
Accord.dismissedCrmContactIds ● [String] list scalar
CRM contact ids the user dismissed from the suggested-contacts prompt.
Accord.crmObjectCreatedAt ● Datetime scalar
Accord.stakeholderMap ● JSON scalar
JSON describing the deal's stakeholder map (people, roles, and relationships). Seller-side only: customer sessions read null.
Accord.crmStageId ● String scalar
Accord.crmObjectPreference ● String scalar
Accord.allowedAccess ● String scalar
Who on the customer side may access the accord: all (anyone from an approved accord domain can join), invited-customers (only customers explicitly invited), or sellers (internal only, no customer access). Defaults to all.
Accord.context ● String scalar
Background text that grounds AI features, authored on a template and read through an accord's created_from_template_id. Holds JSON, or plain text in the legacy format. Null on accords created from a template.
Accord.tabConfig ● JSON scalar
JSON layout configuration for the accord's custom tabs.
Accord.description ● String scalar
Accord.segment ● String scalar
Sales segment classification for the deal, used in reporting.
Accord.region ● String scalar
Sales region classification for the deal, used in reporting.
Accord.conditionSelections ● JSON scalar
Accord.autoAssignBanner ● Boolean! non-null scalar
Accord.parentAccordId ● String scalar
Best-effort link to the parent account-level accord this deal rolls up under — the accord for the CRM account, company or customer the deal's record references. Null when no such parent was resolved.
Accord.workspace ● Workspace object
Reads a single Workspace that is related to this Accord.
Accord.createdBy ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this Accord.
Accord.approvedByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this Accord.
Accord.connectedCrmObject ● CrmObject object
Reads a single CrmObject that is related to this Accord.
Accord.createdFromTemplate ● Accord object
Reads a single Accord that is related to this Accord.
Accord.createdByRule ● Rule object
Reads a single Rule that is related to this Accord.
Accord.parentAccord ● Accord object
Reads a single Accord that is related to this Accord.
Accord.accordsByCreatedFromTemplateIdConnection ● AccordsConnection! non-null object
Reads and enables pagination through a set of Accord.
Accord.accordsByCreatedFromTemplateIdConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordsByCreatedFromTemplateIdConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordsByCreatedFromTemplateIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordsByCreatedFromTemplateIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordsByCreatedFromTemplateIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordsByCreatedFromTemplateIdConnection.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
Accord.accordsByCreatedFromTemplateIdConnection.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordsByCreatedFromTemplateIdConnection.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordsByCreatedFromTemplateId ● [Accord!]! non-null object
Reads and enables pagination through a set of Accord.
Accord.accordsByCreatedFromTemplateId.first ● Int scalar
Only read the first n values of the set.
Accord.accordsByCreatedFromTemplateId.offset ● Int scalar
Skip the first n values.
Accord.accordsByCreatedFromTemplateId.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
Accord.accordsByCreatedFromTemplateId.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordsByCreatedFromTemplateId.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordsByParentAccordIdConnection ● AccordsConnection! non-null object
Reads and enables pagination through a set of Accord.
Accord.accordsByParentAccordIdConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordsByParentAccordIdConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordsByParentAccordIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordsByParentAccordIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordsByParentAccordIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordsByParentAccordIdConnection.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
Accord.accordsByParentAccordIdConnection.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordsByParentAccordIdConnection.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordsByParentAccordId ● [Accord!]! non-null object
Reads and enables pagination through a set of Accord.
Accord.accordsByParentAccordId.first ● Int scalar
Only read the first n values of the set.
Accord.accordsByParentAccordId.offset ● Int scalar
Skip the first n values.
Accord.accordsByParentAccordId.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
Accord.accordsByParentAccordId.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordsByParentAccordId.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordCalendarEventsConnection ● AccordCalendarEventsConnection! non-null object
Reads and enables pagination through a set of AccordCalendarEvent.
Accord.accordCalendarEventsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordCalendarEventsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordCalendarEventsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordCalendarEventsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordCalendarEventsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordCalendarEventsConnection.orderBy ● [AccordCalendarEventsOrderBy!] list enum
The method to use when ordering AccordCalendarEvent.
Accord.accordCalendarEventsConnection.condition ● AccordCalendarEventCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordCalendarEventsConnection.filter ● AccordCalendarEventFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordCalendarEvents ● [AccordCalendarEvent!]! non-null object
Reads and enables pagination through a set of AccordCalendarEvent.
Accord.accordCalendarEvents.first ● Int scalar
Only read the first n values of the set.
Accord.accordCalendarEvents.offset ● Int scalar
Skip the first n values.
Accord.accordCalendarEvents.orderBy ● [AccordCalendarEventsOrderBy!] list enum
The method to use when ordering AccordCalendarEvent.
Accord.accordCalendarEvents.condition ● AccordCalendarEventCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordCalendarEvents.filter ● AccordCalendarEventFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordContactsConnection ● AccordContactsConnection! non-null object
Reads and enables pagination through a set of AccordContact.
Accord.accordContactsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordContactsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordContactsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordContactsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordContactsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordContactsConnection.orderBy ● [AccordContactsOrderBy!] list enum
The method to use when ordering AccordContact.
Accord.accordContactsConnection.condition ● AccordContactCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordContactsConnection.filter ● AccordContactFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordContacts ● [AccordContact!]! non-null object
Reads and enables pagination through a set of AccordContact.
Accord.accordContacts.first ● Int scalar
Only read the first n values of the set.
Accord.accordContacts.offset ● Int scalar
Skip the first n values.
Accord.accordContacts.orderBy ● [AccordContactsOrderBy!] list enum
The method to use when ordering AccordContact.
Accord.accordContacts.condition ● AccordContactCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordContacts.filter ● AccordContactFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordDomainsConnection ● AccordDomainsConnection! non-null object
Reads and enables pagination through a set of AccordDomain.
Accord.accordDomainsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordDomainsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordDomainsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordDomainsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordDomainsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordDomainsConnection.orderBy ● [AccordDomainsOrderBy!] list enum
The method to use when ordering AccordDomain.
Accord.accordDomainsConnection.condition ● AccordDomainCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordDomainsConnection.filter ● AccordDomainFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordDomains ● [AccordDomain!]! non-null object
Reads and enables pagination through a set of AccordDomain.
Accord.accordDomains.first ● Int scalar
Only read the first n values of the set.
Accord.accordDomains.offset ● Int scalar
Skip the first n values.
Accord.accordDomains.orderBy ● [AccordDomainsOrderBy!] list enum
The method to use when ordering AccordDomain.
Accord.accordDomains.condition ● AccordDomainCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordDomains.filter ● AccordDomainFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordMembersConnection ● AccordMembersConnection! non-null object
Reads and enables pagination through a set of AccordMember.
Accord.accordMembersConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordMembersConnection.last ● Int scalar
Only read the last n values of the set.
Accord.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.
Accord.accordMembersConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordMembersConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordMembersConnection.orderBy ● [AccordMembersOrderBy!] list enum
The method to use when ordering AccordMember.
Accord.accordMembersConnection.condition ● AccordMemberCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordMembersConnection.filter ● AccordMemberFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordMembers ● [AccordMember!]! non-null object
Reads and enables pagination through a set of AccordMember.
Accord.accordMembers.first ● Int scalar
Only read the first n values of the set.
Accord.accordMembers.offset ● Int scalar
Skip the first n values.
Accord.accordMembers.orderBy ● [AccordMembersOrderBy!] list enum
The method to use when ordering AccordMember.
Accord.accordMembers.condition ● AccordMemberCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordMembers.filter ● AccordMemberFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordSearchViewsByIdConnection ● AccordSearchViewsConnection! non-null object
Reads and enables pagination through a set of AccordSearchView.
Accord.accordSearchViewsByIdConnection.first ● Int scalar
Only read the first n values of the set.
Accord.accordSearchViewsByIdConnection.last ● Int scalar
Only read the last n values of the set.
Accord.accordSearchViewsByIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.accordSearchViewsByIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.accordSearchViewsByIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.accordSearchViewsByIdConnection.orderBy ● [AccordSearchViewsOrderBy!] list enum
The method to use when ordering AccordSearchView.
Accord.accordSearchViewsByIdConnection.condition ● AccordSearchViewCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordSearchViewsByIdConnection.filter ● AccordSearchViewFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.accordSearchViewsById ● [AccordSearchView!]! non-null object
Reads and enables pagination through a set of AccordSearchView.
Accord.accordSearchViewsById.first ● Int scalar
Only read the first n values of the set.
Accord.accordSearchViewsById.offset ● Int scalar
Skip the first n values.
Accord.accordSearchViewsById.orderBy ● [AccordSearchViewsOrderBy!] list enum
The method to use when ordering AccordSearchView.
Accord.accordSearchViewsById.condition ● AccordSearchViewCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.accordSearchViewsById.filter ● AccordSearchViewFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.assignedWorkspacePlaceholderRolesConnection ● AssignedWorkspacePlaceholderRolesConnection! non-null object
Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.
Accord.assignedWorkspacePlaceholderRolesConnection.first ● Int scalar
Only read the first n values of the set.
Accord.assignedWorkspacePlaceholderRolesConnection.last ● Int scalar
Only read the last n values of the set.
Accord.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.
Accord.assignedWorkspacePlaceholderRolesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.assignedWorkspacePlaceholderRolesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.assignedWorkspacePlaceholderRolesConnection.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering AssignedWorkspacePlaceholderRole.
Accord.assignedWorkspacePlaceholderRolesConnection.condition ● AssignedWorkspacePlaceholderRoleCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.assignedWorkspacePlaceholderRolesConnection.filter ● AssignedWorkspacePlaceholderRoleFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.assignedWorkspacePlaceholderRoles ● [AssignedWorkspacePlaceholderRole!]! non-null object
Reads and enables pagination through a set of AssignedWorkspacePlaceholderRole.
Accord.assignedWorkspacePlaceholderRoles.first ● Int scalar
Only read the first n values of the set.
Accord.assignedWorkspacePlaceholderRoles.offset ● Int scalar
Skip the first n values.
Accord.assignedWorkspacePlaceholderRoles.orderBy ● [AssignedWorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering AssignedWorkspacePlaceholderRole.
Accord.assignedWorkspacePlaceholderRoles.condition ● AssignedWorkspacePlaceholderRoleCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.assignedWorkspacePlaceholderRoles.filter ● AssignedWorkspacePlaceholderRoleFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.commentsConnection ● CommentsConnection! non-null object
Reads and enables pagination through a set of Comment.
Accord.commentsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.commentsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.commentsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.commentsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.commentsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.commentsConnection.orderBy ● [CommentsOrderBy!] list enum
The method to use when ordering Comment.
Accord.commentsConnection.condition ● CommentCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.commentsConnection.filter ● CommentFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.comments ● [Comment!]! non-null object
Reads and enables pagination through a set of Comment.
Accord.comments.first ● Int scalar
Only read the first n values of the set.
Accord.comments.offset ● Int scalar
Skip the first n values.
Accord.comments.orderBy ● [CommentsOrderBy!] list enum
The method to use when ordering Comment.
Accord.comments.condition ● CommentCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.comments.filter ● CommentFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.conditionTypeAssociationsConnection ● ConditionTypeAssociationsConnection! non-null object
Reads and enables pagination through a set of ConditionTypeAssociation.
Accord.conditionTypeAssociationsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.conditionTypeAssociationsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.conditionTypeAssociationsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.conditionTypeAssociationsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.conditionTypeAssociationsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.conditionTypeAssociationsConnection.orderBy ● [ConditionTypeAssociationsOrderBy!] list enum
The method to use when ordering ConditionTypeAssociation.
Accord.conditionTypeAssociationsConnection.condition ● ConditionTypeAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.conditionTypeAssociationsConnection.filter ● ConditionTypeAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.conditionTypeAssociations ● [ConditionTypeAssociation!]! non-null object
Reads and enables pagination through a set of ConditionTypeAssociation.
Accord.conditionTypeAssociations.first ● Int scalar
Only read the first n values of the set.
Accord.conditionTypeAssociations.offset ● Int scalar
Skip the first n values.
Accord.conditionTypeAssociations.orderBy ● [ConditionTypeAssociationsOrderBy!] list enum
The method to use when ordering ConditionTypeAssociation.
Accord.conditionTypeAssociations.condition ● ConditionTypeAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.conditionTypeAssociations.filter ● ConditionTypeAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.crmObjectsByCrmObjectIdConnection ● CrmObjectsConnection! non-null object
Reads and enables pagination through a set of CrmObject.
Accord.crmObjectsByCrmObjectIdConnection.first ● Int scalar
Only read the first n values of the set.
Accord.crmObjectsByCrmObjectIdConnection.last ● Int scalar
Only read the last n values of the set.
Accord.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.
Accord.crmObjectsByCrmObjectIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.crmObjectsByCrmObjectIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.crmObjectsByCrmObjectIdConnection.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
Accord.crmObjectsByCrmObjectIdConnection.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.crmObjectsByCrmObjectIdConnection.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.crmObjectsByCrmObjectId ● [CrmObject!]! non-null object
Reads and enables pagination through a set of CrmObject.
Accord.crmObjectsByCrmObjectId.first ● Int scalar
Only read the first n values of the set.
Accord.crmObjectsByCrmObjectId.offset ● Int scalar
Skip the first n values.
Accord.crmObjectsByCrmObjectId.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
Accord.crmObjectsByCrmObjectId.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.crmObjectsByCrmObjectId.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.dealCriteriaAssociationsConnection ● DealCriteriaAssociationsConnection! non-null object
Reads and enables pagination through a set of DealCriteriaAssociation.
Accord.dealCriteriaAssociationsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.dealCriteriaAssociationsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.dealCriteriaAssociationsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.dealCriteriaAssociationsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.dealCriteriaAssociationsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.dealCriteriaAssociationsConnection.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum
The method to use when ordering DealCriteriaAssociation.
Accord.dealCriteriaAssociationsConnection.condition ● DealCriteriaAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.dealCriteriaAssociationsConnection.filter ● DealCriteriaAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.dealCriteriaAssociations ● [DealCriteriaAssociation!]! non-null object
Reads and enables pagination through a set of DealCriteriaAssociation.
Accord.dealCriteriaAssociations.first ● Int scalar
Only read the first n values of the set.
Accord.dealCriteriaAssociations.offset ● Int scalar
Skip the first n values.
Accord.dealCriteriaAssociations.orderBy ● [DealCriteriaAssociationsOrderBy!] list enum
The method to use when ordering DealCriteriaAssociation.
Accord.dealCriteriaAssociations.condition ● DealCriteriaAssociationCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.dealCriteriaAssociations.filter ● DealCriteriaAssociationFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.dealExecutionScoresConnection ● DealExecutionScoresConnection! non-null object
Reads and enables pagination through a set of DealExecutionScore.
Accord.dealExecutionScoresConnection.first ● Int scalar
Only read the first n values of the set.
Accord.dealExecutionScoresConnection.last ● Int scalar
Only read the last n values of the set.
Accord.dealExecutionScoresConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.dealExecutionScoresConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.dealExecutionScoresConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.dealExecutionScoresConnection.orderBy ● [DealExecutionScoresOrderBy!] list enum
The method to use when ordering DealExecutionScore.
Accord.dealExecutionScoresConnection.condition ● DealExecutionScoreCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.dealExecutionScoresConnection.filter ● DealExecutionScoreFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.dealExecutionScores ● [DealExecutionScore!]! non-null object
Reads and enables pagination through a set of DealExecutionScore.
Accord.dealExecutionScores.first ● Int scalar
Only read the first n values of the set.
Accord.dealExecutionScores.offset ● Int scalar
Skip the first n values.
Accord.dealExecutionScores.orderBy ● [DealExecutionScoresOrderBy!] list enum
The method to use when ordering DealExecutionScore.
Accord.dealExecutionScores.condition ● DealExecutionScoreCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.dealExecutionScores.filter ● DealExecutionScoreFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.discussionsConnection ● DiscussionsConnection! non-null object
Reads and enables pagination through a set of Discussion.
Accord.discussionsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.discussionsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.discussionsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.discussionsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.discussionsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.discussionsConnection.orderBy ● [DiscussionsOrderBy!] list enum
The method to use when ordering Discussion.
Accord.discussionsConnection.condition ● DiscussionCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.discussionsConnection.filter ● DiscussionFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.discussions ● [Discussion!]! non-null object
Reads and enables pagination through a set of Discussion.
Accord.discussions.first ● Int scalar
Only read the first n values of the set.
Accord.discussions.offset ● Int scalar
Skip the first n values.
Accord.discussions.orderBy ● [DiscussionsOrderBy!] list enum
The method to use when ordering Discussion.
Accord.discussions.condition ● DiscussionCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.discussions.filter ● DiscussionFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.emailsConnection ● EmailsConnection! non-null object
Reads and enables pagination through a set of Email.
Accord.emailsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.emailsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.emailsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.emailsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.emailsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.emailsConnection.orderBy ● [EmailsOrderBy!] list enum
The method to use when ordering Email.
Accord.emailsConnection.condition ● EmailCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.emailsConnection.filter ● EmailFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.emails ● [Email!]! non-null object
Reads and enables pagination through a set of Email.
Accord.emails.first ● Int scalar
Only read the first n values of the set.
Accord.emails.offset ● Int scalar
Skip the first n values.
Accord.emails.orderBy ● [EmailsOrderBy!] list enum
The method to use when ordering Email.
Accord.emails.condition ● EmailCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.emails.filter ● EmailFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.executiveSummariesConnection ● ExecutiveSummariesConnection! non-null object
Reads and enables pagination through a set of ExecutiveSummary.
Accord.executiveSummariesConnection.first ● Int scalar
Only read the first n values of the set.
Accord.executiveSummariesConnection.last ● Int scalar
Only read the last n values of the set.
Accord.executiveSummariesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.executiveSummariesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.executiveSummariesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.executiveSummariesConnection.orderBy ● [ExecutiveSummariesOrderBy!] list enum
The method to use when ordering ExecutiveSummary.
Accord.executiveSummariesConnection.condition ● ExecutiveSummaryCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.executiveSummariesConnection.filter ● ExecutiveSummaryFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.executiveSummaries ● [ExecutiveSummary!]! non-null object
Reads and enables pagination through a set of ExecutiveSummary.
Accord.executiveSummaries.first ● Int scalar
Only read the first n values of the set.
Accord.executiveSummaries.offset ● Int scalar
Skip the first n values.
Accord.executiveSummaries.orderBy ● [ExecutiveSummariesOrderBy!] list enum
The method to use when ordering ExecutiveSummary.
Accord.executiveSummaries.condition ● ExecutiveSummaryCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.executiveSummaries.filter ● ExecutiveSummaryFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.meetingsBySuggestedAccordIdConnection ● MeetingsConnection! non-null object
Reads and enables pagination through a set of Meeting.
Accord.meetingsBySuggestedAccordIdConnection.first ● Int scalar
Only read the first n values of the set.
Accord.meetingsBySuggestedAccordIdConnection.last ● Int scalar
Only read the last n values of the set.
Accord.meetingsBySuggestedAccordIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.meetingsBySuggestedAccordIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.meetingsBySuggestedAccordIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.meetingsBySuggestedAccordIdConnection.orderBy ● [MeetingsOrderBy!] list enum
The method to use when ordering Meeting.
Accord.meetingsBySuggestedAccordIdConnection.condition ● MeetingCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.meetingsBySuggestedAccordIdConnection.filter ● MeetingFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.meetingsBySuggestedAccordId ● [Meeting!]! non-null object
Reads and enables pagination through a set of Meeting.
Accord.meetingsBySuggestedAccordId.first ● Int scalar
Only read the first n values of the set.
Accord.meetingsBySuggestedAccordId.offset ● Int scalar
Skip the first n values.
Accord.meetingsBySuggestedAccordId.orderBy ● [MeetingsOrderBy!] list enum
The method to use when ordering Meeting.
Accord.meetingsBySuggestedAccordId.condition ● MeetingCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.meetingsBySuggestedAccordId.filter ● MeetingFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.meetingAccordsConnection ● MeetingAccordsConnection! non-null object
Reads and enables pagination through a set of MeetingAccord.
Accord.meetingAccordsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.meetingAccordsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.meetingAccordsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.meetingAccordsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.meetingAccordsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.meetingAccordsConnection.orderBy ● [MeetingAccordsOrderBy!] list enum
The method to use when ordering MeetingAccord.
Accord.meetingAccordsConnection.condition ● MeetingAccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.meetingAccordsConnection.filter ● MeetingAccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.meetingAccords ● [MeetingAccord!]! non-null object
Reads and enables pagination through a set of MeetingAccord.
Accord.meetingAccords.first ● Int scalar
Only read the first n values of the set.
Accord.meetingAccords.offset ● Int scalar
Skip the first n values.
Accord.meetingAccords.orderBy ● [MeetingAccordsOrderBy!] list enum
The method to use when ordering MeetingAccord.
Accord.meetingAccords.condition ● MeetingAccordCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.meetingAccords.filter ● MeetingAccordFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.notificationsConnection ● NotificationsConnection! non-null object
Reads and enables pagination through a set of Notification.
Accord.notificationsConnection.first ● Int scalar
Only read the first n values of the set.
Accord.notificationsConnection.last ● Int scalar
Only read the last n values of the set.
Accord.notificationsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Accord.notificationsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Accord.notificationsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Accord.notificationsConnection.orderBy ● [NotificationsOrderBy!] list enum
The method to use when ordering Notification.
Accord.notificationsConnection.condition ● NotificationCondition input
A condition to be used in determining which values should be returned by the collection.
Accord.notificationsConnection.filter ● NotificationFilter input
A filter to be used in determining which values should be returned by the collection.
Accord.notifications ● [Notification!]! non-null object
Reads and enables pagination through a set of Notification.
Accord.notifications.first ● Int scalar
Only read the first n values of the set.