Graphql fields and variables for the leadSourceCreate mutation
Last updated 2 years ago
Was this helpful?
Create a lead source
Scope required: admin:write
For a complete list of input attributes see the type
mutation leadSourceCreate ($attributes: LeadSourceAttributes!) { leadSourceCreate (attributes: $attributes) { errors leadSource { createdAt id name updatedAt } } }
{ "attributes": { "name": "" } }
attributes
errors
List (String)
leadSource