ace.centralize.graphql.selections.opportunity

Predefined SelectionSets for Opportunity entity.

Based on the Lead GraphQL schema output type: GqlOpportunity

class ace.centralize.graphql.selections.opportunity.OpportunitySelections[source]

Bases: object

Reusable selection sets for Opportunity fields.

MINIMAL = SelectionSet(fields=['opportunityId', 'opportunityGuid', 'opportunityNumber'], nested=[])
STANDARD = SelectionSet(fields=['opportunityId', 'opportunityGuid', 'opportunityNumber', 'leadId', 'referenceNumber', 'opportunityTypeId', 'priorityId', 'estimatedValue', 'expectedClosedDate', 'startDate', 'statusId', 'subStatusId'], nested=[])
FULL = SelectionSet(fields=['opportunityId', 'opportunityGuid', 'opportunityNumber', 'leadId', 'referenceNumber', 'opportunityTypeId', 'priorityId', 'estimatedValue', 'expectedClosedDate', 'startDate', 'winDate', 'onHoldDate', 'closedDate', 'identifiedDate', 'identifiedBy', 'riskLevelId', 'description', 'statusId', 'statusChangeDate', 'subStatusId', 'subStatusChangeDate', 'creationDateTime'], nested=[])