Organization
Organization stores information about the organization behind this specific instance of Coral.
type Organization { name: String! contactEmail: String! url: String!}Fields#
name (String!)#
name is the name of the organization.
contactEmail (String!)#
contactEmail is the email of the organization.
url (String!)#
url is the URL to the organizations home page.