Organization

Organization and brand configuration.

Queries

brand

🚧

Deprecated: Use Query.currentBrand instead

A single Brand by ID, defaulting to the current Brand

Arguments

  • id (ID) β€” The unique identifier of the Brand

Returns: Brand β€” The top-level account for all data. All users, teams, integrations, etc. are scoped to a specific Brand

currentBrand

The current associated Brand for the API key

Returns: Brand! β€” The top-level account for all data. All users, teams, integrations, etc. are scoped to a specific Brand

Objects

Brand

The top-level account for all data. All users, teams, integrations, etc. are scoped to a specific Brand

Fields

  • created_at (DateTime!) β€” The date the Brand was created
  • default_display_currency (Currency) β€” The default display currency for the Brand
  • domain (String!) β€” The lookbooks domain of the Brand
  • favicon_url (URL) β€” A URL to an image of the Brand's favicon
  • id (ID!) β€” The unique identifier of the Brand
  • logo_url (URL) β€” A URL to an image of the Brand's logo
  • name (String!) β€” The user-facing name of the Brand
  • subdomain (String!) β€” The subdomain of the Brand (users for lookbooks, messaging, etc.)
  • tags ([String!]!) β€” The tags associated with the Brand
  • teams (TeamConnection!) β€” The Teams associated to the Brand
  • updated_at (DateTime!) β€” The date the Brand was last updated
  • users (UserConnection!) β€” The Users associated to the Brand
  • website_url (URL) β€” The external website URL of the Brand

DraftBrandingContent

Fields

  • branding (DraftBrandingContentData!)
  • id (ID!) β€” The ID of the Content
  • in_signature (Boolean!) β€” Whether the Content is in the signature
  • initial (Boolean!) β€” Whether the Content is the initial Content
  • template_id (ID) β€” The ID of Template to attribute the content to

DraftBrandingContentData

Fields

  • link_text (String) β€” The linked text of the branding message
  • message_text (String) β€” The message text of the branding message