SalesforceIntegrationError
No description
type SalesforceIntegrationError {
id: ID!
integration_id: Int!
direction_type: SalesforceIntegrationErrorDirection!
entity_type: SalesforceIntegrationErrorEntity!
error_type: SalesforceIntegrationErrorType!
identifier: String
label: String
contact: Contact
salesforce_link: String
ma_link: String
message: String
created_at: DateTime
updated_at: DateTime
}