industry

Graphql fields and variables for the industry query

Industry for accounts and deals

Scope required: standard:read

For a complete list of possible response fields see the Industry type.

query industry ($id: ID, $code: String, $format: String) {
  industry (id: $id, code: $code, format: $format) {
    createdAt
    globalId
    id
    name
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?