Graphql fields and variables for the industry query
Last updated 8 months ago
Was this helpful?
Industry for accounts and deals
Scope required: standard:read
For a complete list of possible response fields see the type.
query industry ($id: ID, $code: String, $format: String) { industry (id: $id, code: $code, format: $format) { createdAt globalId id name updatedAt } }
id
ID
code
String
format