Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactRole
The role for a [company contact](https://shopify.dev/api/admin-graphql/latest/objects/companycontact).
Signature:
export interface CompanyContactRole extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| name | Scalars[‘String’][‘output’] | The name of a role. For example, admin or buyer. |
|
| note? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A note for the role. |