OBJECT
Deal
link GraphQL Schema definition
- type Deal {
- # Activity feed items
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # activityFeedItemType: [Not documented]
- # noteType: [Not documented]
- # activityType: [Not documented]
- # limit: [Not documented]
- # pinned: [Not documented]
- # scopes: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : [ActivityFeedItemEnum!],
- : [NoteTypeEnum!],
- : [ActivityTypeEnum!],
- : Int,
- : Boolean,
- : [ActivityFeedScopesEnum!]
- ): ActivityFeedConnection
- # The automation trackers of a deal
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # scopes: scopes of the automation trackers
- # orderBy: order of the automation trackers
- (
- : String,
- : String,
- : Int,
- : Int,
- : [AutomationTrackerScopesEnum!],
- : AutomationTrackerOrderEnum
- ): AutomationTrackerConnection!
- # the closing date of the deal
- : ISO8601DateTime
- # When the deal was created
- : ISO8601DateTime!
- # the associated records of the deal
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): DealAssociationConnection!
- # the value of the deal
- : Float
- # ID of the deal
- : ID!
- # the last activity at of the deal
- : ISO8601DateTime
- # the name of the deal
- : String
- # permission of the deal
- : Permission!
- # the pipeline stage the deal belongs to
- : PipelineStage!
- # When the deal was last updated
- : ISO8601DateTime!
- # the user the deal belongs to
- : User
- }
link Require by
- CreateDealPayloadAutogenerated return type of CreateDeal
- DealConnectionThe connection type for Deal.
- DealEdgeAn edge in a connection.
- DestroyDealPayloadAutogenerated return type of DestroyDeal
- Enquirynull
- EventEvent record
- Notenull
- QueryThe query root of this schema
- TaskTask record
- UpdateDealAssociationsPayloadAutogenerated return type of UpdateDealAssociations
- UpdateDealPayloadAutogenerated return type of UpdateDeal