leadSourceCreate
Graphql fields and variables for the leadSourceCreate mutation
mutation leadSourceCreate ($attributes: LeadSourceAttributes!) {
leadSourceCreate (attributes: $attributes) {
errors
leadSource {
createdAt
id
name
updatedAt
}
}
}Arguments
{
"attributes": {
"name": ""
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
