SalesforceIntegrationError
No description
type SalesforceIntegrationError {
contact: Contact
created_at: DateTime
direction_type: SalesforceIntegrationErrorDirection!
entity_type: SalesforceIntegrationErrorEntity!
error_type: SalesforceIntegrationErrorType!
id: ID!
identifier: String
integration_id: Int!
label: String
ma_link: String
message: String
salesforce_link: String
updated_at: DateTime
}
Fields
SalesforceIntegrationError.contact
● Contact
object
SalesforceIntegrationError.created_at
● DateTime
scalar
SalesforceIntegrationError.direction_type
● SalesforceIntegrationErrorDirection!
non-null enum
SalesforceIntegrationError.entity_type
● SalesforceIntegrationErrorEntity!
non-null enum
SalesforceIntegrationError.error_type
● SalesforceIntegrationErrorType!
non-null enum
SalesforceIntegrationError.id
● ID!
non-null scalar
SalesforceIntegrationError.identifier
● String
scalar
SalesforceIntegrationError.integration_id
● Int!
non-null scalar
SalesforceIntegrationError.label
● String
scalar
SalesforceIntegrationError.ma_link
● String
scalar
SalesforceIntegrationError.message
● String
scalar
SalesforceIntegrationError.salesforce_link
● String
scalar
SalesforceIntegrationError.updated_at
● DateTime
scalar
Returned By
deleteSalesforceIntegrationError
mutation