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
}
Fields
SalesforceIntegrationError.id ● ID! non-null scalar
SalesforceIntegrationError.integration_id ● Int! non-null scalar
SalesforceIntegrationError.direction_type ● SalesforceIntegrationErrorDirection! non-null enum
SalesforceIntegrationError.entity_type ● SalesforceIntegrationErrorEntity! non-null enum
SalesforceIntegrationError.error_type ● SalesforceIntegrationErrorType! non-null enum
SalesforceIntegrationError.identifier ● String scalar
SalesforceIntegrationError.label ● String scalar
SalesforceIntegrationError.contact ● Contact object
SalesforceIntegrationError.salesforce_link ● String scalar
SalesforceIntegrationError.ma_link ● String scalar
SalesforceIntegrationError.message ● String scalar
SalesforceIntegrationError.created_at ● DateTime scalar
SalesforceIntegrationError.updated_at ● DateTime scalar
Returned By
deleteSalesforceIntegrationError mutation


