OBJECT
ReasonToCall
link GraphQL Schema definition
- type ReasonToCall {
- : ID
- # Timestamp when the reason to call was created.
- : ISO8601DateTime!
- # Additional data related to the reason to call.
- : JSON
- # Description of the reason to call.
- : String!
- : ID
- : ID!
- : ID
- : ID
- : String!
- # Indicates if the reason to call has been reviewed.
- : Boolean!
- # Timestamp when the reason to call was last updated.
- : ISO8601DateTime!
- }