Organization
Organization stores information about the organization behind this specific instance of Coral.
type Organization {
name: String!
contactEmail: String!
url: String!
}
Fields
Organization.name
● String!
non-null scalar
name is the name of the organization.
Organization.contactEmail
● String!
non-null scalar
contactEmail is the email of the organization.
Organization.url
● String!
non-null scalar
url is the URL to the organizations home page.
Member Of
Settings
object