OBJECT

OrganizationDetail

link GraphQL Schema definition

  • type OrganizationDetail {
  • # The cause categories of this organization
  • categories: [Category]!
  • # Organization's classification
  • classification: String
  • # Read-Only: the container names this organization belongs to
  • containers: [String]
  • # The organization description. Supports some basic HTML for formatting, supported
  • # elements include p,br,ul,li,ol
  • description: String!
  • # Tax id for this organization
  • ein: String!
  • # Externally provided unique identifier for the organization, if an external
  • # entity has federated this organization
  • externalId: String
  • # VolunteerMatch's unique identifier for the organization
  • id: Int
  • # The URL for this organization's profile image (if any)
  • imageUrl: String
  • # Location of this organization
  • location: LocationDetail!
  • # Mission of this organization
  • mission: String!
  • # Name of this organization
  • name: String!
  • # Phone number for this organization
  • phoneNumber: String
  • # Organization description with no HTML tags
  • plaintextDescription: String
  • # The URL of this organization on the VolunteerMatch website
  • url: String
  • # The URL of this organization's website
  • website: String!
  • }