dealStage
Graphql fields and variables for the dealStage query
Last updated
Was this helpful?
Graphql fields and variables for the dealStage query
Scope required:
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
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
