LogoOrganization
An organization's logo image.
type LogoOrganization {
id: ID!
url: String!
contentType: String!
fileSize: Int!
width: Int
height: Int
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
LogoOrganization.id ● ID! non-null scalar {#id}
LogoOrganization.url ● String! non-null scalar {#url}
URL to the logo image. Uses the organization's internal ID for privacy.
LogoOrganization.contentType ● String! non-null scalar {#content-type}
MIME type (e.g., image/png)
LogoOrganization.fileSize ● Int! non-null scalar {#file-size}
File size in bytes
LogoOrganization.width ● Int scalar {#width}
Image width in pixels
LogoOrganization.height ● Int scalar {#height}
Image height in pixels
LogoOrganization.createdAt ● DateTime! non-null scalar {#created-at}
When the logo was uploaded (UTC)
LogoOrganization.updatedAt ● DateTime! non-null scalar {#updated-at}
When the logo was last changed (UTC)
Member Of
LogoOrganizationPayload object ● Organization object