stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactRoleAssignment

AdminTypes.CompanyContactRoleAssignment interface

The CompanyContactRoleAssignment describes the company and location associated to a company contact’s role.

Signature:

export interface CompanyContactRoleAssignment extends Node 

Extends: Node

Properties

Property Modifiers Type Description
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   Scalars[‘DateTime’][‘output’] The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the assignment record was created.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
role   CompanyContactRole The role that’s assigned to the company contact.
updatedAt   Scalars[‘DateTime’][‘output’] The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the assignment record was last updated.