Skip to main content

Organization

An organization with full details.

type Organization {
id: ID!
name: String!
createdAt: DateTime!
updatedAt: DateTime!
logo: LogoOrganization
}

Fields

Organization.id ● ID! non-null scalar {#id}

Organization.name ● String! non-null scalar {#name}

Organization name

Organization.createdAt ● DateTime! non-null scalar {#created-at}

When this organization was created (UTC)

Organization.updatedAt ● DateTime! non-null scalar {#updated-at}

When this organization was last modified (UTC)

The organization's logo image.

Member Of

OrganizationPayload object