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