OBJECT
PipelineStage
link GraphQL Schema definition
- type PipelineStage {
- # When the pipeline stage was created
- : ISO8601DateTime!
- # the deals in the pipeline stage
- #
- # 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.
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # query: Search query of the Deal
- # filterSet: Find deals by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : DealOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : FilterSetAttributes
- ): DealConnection
- # ID of the pipeline stage
- : ID!
- # the name of the pipeline stage
- : String
- # the pipeline the stage belongs to
- : Pipeline!
- # the position of the pipeline stage
- : Int
- # Sum of the deal values present in the stage
- #
- # Arguments
- # filterSet: Get total stage value by filters
- (: FilterSetAttributes): Float
- # When the pipeline stage was last updated
- : ISO8601DateTime!
- }
link Require by
- CreatePipelineStagePayloadAutogenerated return type of CreatePipelineStage
- Dealnull
- DestroyPipelineStagePayloadAutogenerated return type of DestroyPipelineStage
- Pipelinenull
- PipelineStageConnectionThe connection type for PipelineStage.
- PipelineStageEdgeAn edge in a connection.
- QueryThe query root of this schema
- UpdatePipelineStagePayloadAutogenerated return type of UpdatePipelineStage