OBJECT

UsageInfo

Object usage information to determine which actions are applicable

link GraphQL Schema definition

  • type UsageInfo {
  • # Indicates if the object is used
  • used: Boolean!
  • # Indicates if the object is editable by the current user
  • editable: Boolean!
  • }