OBJECT
SiteCall
CallTracking call of site
link GraphQL Schema definition
- type SiteCall {
- # Caller number
- : String
- # Status of call
- : SiteCallStatus
- # Start DateTime of call
- : DateTime
- # Duration of call
- : Int
- }
OBJECT
CallTracking call of site
- type SiteCall {
- # Caller number
- : String
- # Status of call
- : SiteCallStatus
- # Start DateTime of call
- : DateTime
- # Duration of call
- : Int
- }