OBJECT

BasicOrgInfo

link GraphQL Schema definition

  • type BasicOrgInfo {
  • # 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
  • # Organization name
  • name: String
  • }

link Require by