companyContact - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a `CompanyContact` object by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the CompanyContact to return.
Returns
-
company:
Company!
The company to which the contact belongs.
-
createdAt:
DateTime!
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was created at Shopify.
-
customer:
Customer!
The customer associated to this contact.
-
id:
ID!
A globally-unique ID.
-
isMainContact:
Boolean!
Whether the contact is the main contact of the company.
-
lifetimeDuration:
String!
The lifetime duration of the company contact, since its creation date on Shopify. Examples: `1 year`, `2 months`, `3 days`.
-
locale:
String
The company contact's locale (language).
-
title:
String
The company contact's job title.
-
updatedAt:
DateTime!
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was last updated.
Examples