OBJECT
OpportunityEntity
link GraphQL Schema definition
- type OpportunityEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- (: [String!]): JSONString!
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : Int
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : QuoteEntity
- : CurrencyExchangeRatesListEntity
- : DataEntity
- : OpportunityTypeEntity
- : ClientEntity
- : CurrencyEntity
- : ProductPriceListEntity
- : DataEntity
- : StepEntity
- : SalesUnitEntity
- # Relation to single entity instance.
- : ID
- # Closing date of the Opportunity.
- : Date!
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Boolean value.
- : Boolean
- # Opportunity label flag.
- #
- # Options:
- # Priority = 1 (0b001)
- # Hot = 2 (0b010)
- # Stalled = 4 (0b100)
- : Int
- # Relation to single entity instance.
- : ID
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID!
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- : [ProductSection!]
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Qualitative ranking of the opportunity.
- : Int
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Relation to single entity instance.
- : ID!
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String!
- # Relation to single entity instance.
- : ID
- # Boolean value.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- # Monetary value in a foreign currency.
- : CurrencyForeignField
- : Int!
- : OpptyRecurrenceEntity
- : OpptyRevenueScheduleEntity
- # Relations to Products.
- #
- # Arguments
- # filter: Filter Product relations by target Product attributes.
- # filterEdge: Filter OpptyProductRelation relations by edge
- # (relation) OpptyProductRelation attributes.
- # orderBy: Order Product relations by target Product attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ProductFilterInput,
- : OpptyProductRelationFilterInput,
- : [ProductOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): OpptyProductRelationEntityConnection
- # Primary Contact.
- : ContactEntity
- # Primary Account.
- : AccountEntity
- # Relations to Contacts.
- #
- # Arguments
- # filter: Filter Contact relations by target Contact attributes.
- # filterEdge: Filter LeadOpptyContactRelation relations by edge
- # (relation) LeadOpptyContactRelation attributes.
- # orderBy: Order Contact relations by target Contact attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ContactFilterInput,
- : LeadOpptyContactRelationFilterInput,
- : [ContactOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): LeadOpptyContactRelationEntityConnection
- # Relations to Accounts.
- #
- # Arguments
- # filter: Filter Account relations by target Account attributes.
- # filterEdge: Filter LeadOpptyAccountRelation relations by edge
- # (relation) LeadOpptyAccountRelation attributes.
- # orderBy: Order Account relations by target Account attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : AccountFilterInput,
- : LeadOpptyAccountRelationFilterInput,
- : [AccountOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): LeadOpptyAccountRelationEntityConnection
- # Relations to CloudObjects.
- #
- # Arguments
- # filter: Filter CloudObject relations by target CloudObject
- # attributes.
- # filterEdge: Filter CloudObjectRelation relations by edge
- # (relation) CloudObjectRelation attributes.
- # orderBy: Order CloudObject relations by target CloudObject
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : CloudObjectFilterInput,
- : CloudObjectRelationFilterInput,
- : [CloudObjectOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): CloudObjectRelationEntityConnection
- # Relations to Quotes.
- #
- # Arguments
- # filter: Filter Quote relations by target Quote attributes.
- # orderBy: Order Quote relations by target Quote attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : QuoteFilterInput,
- : [QuoteOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): QuoteEntityConnection
- # Field whose values are strictly defined with an enumeration of values.
- : OpptyStatusEnum!
- : DateTime
- : DateTime
- : DateTime
- : Int!
- : Boolean!
- # Relations to SalesUnits.
- #
- # Arguments
- # filter: Filter SalesUnit relations by target SalesUnit
- # attributes.
- # filterEdge: Filter LeadOpptySharingSalesUnitRelation relations
- # by edge (relation) LeadOpptySharingSalesUnitRelation attributes.
- # orderBy: Order SalesUnit relations by target SalesUnit
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : SalesUnitFilterInput,
- : LeadOpptySharingSalesUnitRelationFilterInput,
- : [SalesUnitOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): LeadOpptySharingSalesUnitRelationEntityConnection
- # Relations to Clients.
- #
- # Arguments
- # filter: Filter Client relations by target Client attributes.
- # filterEdge: Filter LeadOpptySharingClientRelation relations by
- # edge (relation) LeadOpptySharingClientRelation attributes.
- # orderBy: Order Client relations by target Client attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ClientFilterInput,
- : LeadOpptySharingClientRelationFilterInput,
- : [ClientOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): LeadOpptySharingClientRelationEntityConnection
- # Relations to Tags.
- #
- # Arguments
- # filter: Filter Tag relations by target Tag attributes.
- # filterEdge: Filter TagRelation relations by edge (relation)
- # TagRelation attributes.
- # orderBy: Order Tag relations by target Tag attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : TagFilterInput,
- : TagRelationFilterInput,
- : [TagOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): TagRelationEntityConnection
- # Relations to Profiles.
- #
- # Arguments
- # filter: Filter Profile relations by target Profile attributes.
- # filterEdge: Filter ProfileRelation relations by edge (relation)
- # ProfileRelation attributes.
- # orderBy: Order Profile relations by target Profile attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ProfileFilterInput,
- : ProfileRelationFilterInput,
- : [ProfileOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ProfileRelationEntityConnection
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : WarningLevelEnum!
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : FitnessDescription!
- : String!
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : [UUID!]!
- : DateTime
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- # Arguments
- # entityType: [Not documented]
- (: EntityNameEnum!): CompactViewDrilldownModel!
- # Arguments
- # ids: [Not documented]
- (: [UUID!]!): [DashboardChartData!]
- # Arguments
- # id: [Not documented]
- # seriesIndex: [Not documented]
- # itemIndex: [Not documented]
- (: UUID!, : Int, : Int): CompactViewDrilldownModel!
- # Arguments
- # ids: Null to load all fields defined on InterfacePreview entity
- # first: [Not documented]
- (: [UUID!], : Int): [InterfaceFieldData]!
- # Arguments
- # stepChecklistIds: [Not documented]
- (: [UUID]): [StepChecklistActivityItem]!
- : ApprovalEntity
- }
link Require by
- ActivityRelationEntitynull
- ApprovalEntitynull
- ArchiveOpportunityPayloadnull
- CallEntitynull
- ChangeLabelFlagOpportunityPayloadnull
- ChangeOwnershipOpportunityPayloadnull
- ChangePipelineOpportunityPayloadnull
- ClientExcludedOpptyEntitynull
- ClientFavoriteEntitynull
- CloudObjectRelationEntitynull
- ConvertOpportunityPayloadnull
- CreateOpportunityPayloadnull
- CustomEntityRelationDataEntitynull
- DashboardListChartDataEntitynull
- DeleteOpportunityPayloadnull
- EmailSequenceEnrolledEntitynull
- GhostLeadOpptyContactRelationEntitynull
- LeadOpportunityEntitynull
- LeadOpptyAccountRelationEntitynull
- LeadOpptyContactGroupRelationEntitynull
- LeadOpptyContactRelationEntitynull
- LeadOpptyDataExRelationEntitynull
- LeadOpptyKPIEntitynull
- LeadOpptySharingClientRelationEntitynull
- LeadOpptySharingSalesUnitRelationEntitynull
- LeadOpptyStepCheckListRelationEntitynull
- ManageSharingOpportunityPayloadnull
- MessageRelationEntitynull
- MoveOpportunityPayloadnull
- NoteEntitynull
- OnlineFormEntitynull
- OnlineFormRelationEntitynull
- OnlineFormTypeEmailRelationEntitynull
- OpportunityEntityEdgeA Relay edge containing a `OpportunityEntity` and its cursor.
- OpportunityRepositorynull
- OpptyProductRelationEntitynull
- OpptyRecurrenceEntitynull
- ProfileRelationEntitynull
- QualifyLeadPayloadnull
- QuoteEntitynull
- RestoreOpportunityPayloadnull
- TagRelationEntitynull
- TextMessageConversationRelationsEntitynull
- TimeframeEntitynull
- UpdateOpportunityPayloadnull