leadSource
Graphql fields and variables for the leadSource query
query leadSource ($id: ID, $code: String, $format: String) {
leadSource (id: $id, code: $code, format: $format) {
createdAt
id
name
updatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
