SalesforceLeadCustomAttributeMapping
No description
type SalesforceLeadCustomAttributeMapping {
id: ID!
net_results_custom_field_id: Int
label: String
slug: String
type: String
upload_to_crm: Boolean
download_from_crm: Boolean
created_at: DateTime
updated_at: DateTime
}
Fields
SalesforceLeadCustomAttributeMapping.id ● ID! non-null scalar
SalesforceLeadCustomAttributeMapping.net_results_custom_field_id ● Int scalar
SalesforceLeadCustomAttributeMapping.label ● String scalar
SalesforceLeadCustomAttributeMapping.slug ● String scalar
SalesforceLeadCustomAttributeMapping.type ● String scalar
SalesforceLeadCustomAttributeMapping.upload_to_crm ● Boolean scalar
SalesforceLeadCustomAttributeMapping.download_from_crm ● Boolean scalar
SalesforceLeadCustomAttributeMapping.created_at ● DateTime scalar
SalesforceLeadCustomAttributeMapping.updated_at ● DateTime scalar
Returned By
deleteSalesforceLeadFieldMapping mutation


