CompanyContactRoleAssignment - admin-graphql - OBJECT
Version: 2024-10
Description:
The CompanyContactRoleAssignment describes the company and location associated to a company contact's role.
Access Scopes
`read_customers` access scope or `read_companies` access scope. Also: The API client must be installed on a Shopify Plus store.
Fields
-
company:
Company! -
The company this role assignment belongs to.
-
companyContact:
CompanyContact! -
The company contact for whom this role is assigned.
-
companyLocation:
CompanyLocation! -
The company location to which the role is assigned.
-
createdAt:
DateTime! -
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the assignment record was created.
-
id:
ID! -
A globally-unique ID.
-
role:
CompanyContactRole! -
The role that's assigned to the company contact.
-
updatedAt:
DateTime! -
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the assignment record was last updated.
Connections
Related queries
Related mutations
Related Unions
Examples