ObjectClassification

open_in_new

@beta This field is part of a limited access beta.

GraphQL Schema definition

  • type ObjectClassification {
  • id: ID!
  • # A short label describing the ObjectClassification.
  • label: String!
  • # The default keywords associated with this ObjectClassification.
  • defaultKeywords: [String!]
  • }