OrganizationSummary

open_in_new

Basic metadata about an organization.

GraphQL Schema definition

  • interface OrganizationSummary {
  • # Unique identifier of the organization
  • id: ID!
  • # Name of the organization.
  • name: String
  • }