GitHub

ShopifyCompanyContact

interface

import { ShopifyCompanyContact } from '@daffodil/driver/shopify'

A company's main point of contact.

interface ShopifyCompanyContact {
  __typename: "CompanyContact"
  createdAt: Scalars['DateTime']['output']
  id: string
  locale: string
  title: string
  updatedAt: Scalars['DateTime']['output']
}

Properties

__typename
"CompanyContact"
createdAt
Scalars['DateTime']['output']

The date and time (ISO 8601 format) at which the company contact was created in Shopify.

id
string

A globally-unique ID.

locale
string

The company contact's locale (language).

title
string

The company contact's job title.

updatedAt
Scalars['DateTime']['output']

The date and time (ISO 8601 format) at which the company contact was last modified.