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