OBJECT

SaasWorkloadField

Description

SaaS workload table field.

link GraphQL Schema definition

  • type SaasWorkloadField {
  • # Distinct values of the field, limited to a maximum of 100 values.
  • # Currently, this is non-empty only in the case of a D365 Metadata type
  • # field.
  • distinctValues: [String!]!
  • # Indicates whether the field is a default field.
  • isDefault: Boolean!
  • # Display name of the field.
  • label: String!
  • # Name of the SaaS workload field.
  • name: String!
  • # Type of the SaaS workload field.
  • type: String!
  • }