# CompanyContactInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for company contact attributes when creating or updating a company contact. ### Access Scopes ## Fields * [email](/docs/api/admin-graphql/2024-10/scalars/String): String - The unique email address of the company contact. * [firstName](/docs/api/admin-graphql/2024-10/scalars/String): String - The company contact's first name. * [lastName](/docs/api/admin-graphql/2024-10/scalars/String): String - The company contact's last name. * [locale](/docs/api/admin-graphql/2024-10/scalars/String): String - The contact's locale. * [phone](/docs/api/admin-graphql/2024-10/scalars/String): String - The phone number of the company contact. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title of the company contact. ## Input objects with this input object * [CompanyCreateInput](/docs/api/admin-graphql/2024-10/input-objects/CompanyCreateInput) * [companyContactCreate](/docs/api/admin-graphql/2024-10/mutations/companyContactCreate) * [companyContactUpdate](/docs/api/admin-graphql/2024-10/mutations/companyContactUpdate) ## Examples