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