deal
Graphql fields and variables for the deal query
query deal ($id: ID, $code: String) {
deal (id: $id, code: $code) {
accountId
amount
closeDate
code
contactId
createdAt
currencyId
customFieldsData
dealStageId
description
entityId
hasCustomFields
id
leadSourceId
name
notForRevenue
ownerUserId
probability
stageDescription
updatedAt
viaPortal
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
