dealStage
Graphql fields and variables for the dealStage query
A stage in the sales pipeline
Scope required: standard:read
For a complete list of possible response fields see the DealStage type.
query dealStage ($id: ID, $code: String, $format: String) {
dealStage (id: $id, code: $code, format: $format) {
createdAt
description
id
name
position
probability
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?