companyContactRole - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a `CompanyContactRole` object by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the CompanyContactRole to return.
Returns
-
id:
ID!
A globally-unique ID.
-
name:
String!
The name of a role.
For example, `admin` or `buyer`.
-
note:
String
A note for the role.
Examples