DealCriteriaReportInput
No description
input DealCriteriaReportInput {
accordStatuses: [String!]
closedAtEndDate: Datetime
closedAtStartDate: Datetime
createdAtEndDate: Datetime
createdAtStartDate: Datetime
dealStages: [String!]
isArchived: Boolean
limit: Int!
offset: Int!
playbookIds: [String!]
pointPersonWorkspaceAccountIds: [String!]
}
Fields
DealCriteriaReportInput.accordStatuses ● [String!] list scalar
Only include accords whose status is one of these values.
DealCriteriaReportInput.closedAtEndDate ● Datetime scalar
Upper bound on the deal close date.
DealCriteriaReportInput.closedAtStartDate ● Datetime scalar
Lower bound on the deal close date.
DealCriteriaReportInput.createdAtEndDate ● Datetime scalar
Upper bound on the deal/accord creation date.
DealCriteriaReportInput.createdAtStartDate ● Datetime scalar
Lower bound on the deal/accord creation date.
DealCriteriaReportInput.dealStages ● [String!] list scalar
Only include accords in these CRM deal stages. Synthetic excluded-stage options are filtered out server-side.
DealCriteriaReportInput.isArchived ● Boolean scalar
When set, filter accords by archived state; null includes both.
DealCriteriaReportInput.limit ● Int! non-null scalar
Maximum number of point-person rows to return.
DealCriteriaReportInput.offset ● Int! non-null scalar
Row offset for pagination. On offset 0 the full column set is computed.
DealCriteriaReportInput.playbookIds ● [String!] list scalar
Only include accords created from these playbooks.
DealCriteriaReportInput.pointPersonWorkspaceAccountIds ● [String!] list scalar
Only include accords whose point person is one of these workspace seats.
Member Of
dealCriteriaReport query