OBJECT

ContainerDetail

This type is for beta usage only

link GraphQL Schema definition

  • type ContainerDetail {
  • # The affinity account name of this container
  • affinity: String
  • # Attribute of the container
  • attributes: Map_String_StringScalar
  • # The type of this container
  • containerType: ContainerType
  • # The person (VolunteerMatch admin) who created this container
  • createdBy: String
  • # The create date of this container
  • dateCreated: String
  • # The update date of this container
  • dateUpdated: String
  • # The person who deleted this container
  • deletedBy: String
  • # The description of this container
  • description: String
  • # This type is for beta usage only
  • id: Int
  • # The name of this container
  • name: String
  • # The total opportunity count belongs to an opp container type
  • opportunityCount: Int
  • # The total organization count belongs to an org container type
  • organizationCount: Int
  • # The short name of this container
  • shortName: String
  • }