OBJECT

CollectionDetail

This type is for beta usage only

link GraphQL Schema definition

  • type CollectionDetail {
  • # Attribute of the collection
  • attributes: Map_String_StringScalar
  • # The containers that belong to this collection
  • containers: [ContainerDetail]
  • # Creator of the collection
  • createdBy: String
  • # created date of the collection
  • dateCreated: String
  • # Last update date of the collection
  • dateUpdated: String
  • # Is of the collection deleted?
  • deleted: Boolean
  • # How this collection is being distributed
  • distribution: [String]
  • # full name of the collection
  • fullName: String
  • # The id of this collection
  • id: Int
  • # The total opportunity count belongs to an opp container type
  • opportunityCount: Int
  • # The total organization count belongs to an org container type
  • organizationCount: Int
  • # short name of the collection
  • shortName: String
  • # The publishing status of this collection
  • status: CollectionStatus
  • }