--- title: CompanyContactUpdatePayload - GraphQL Admin description: Return type for `companyContactUpdate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companycontactupdatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companycontactupdatepayload.md --- # Company​Contact​Update​Payload payload Return type for `companyContactUpdate` mutation. ## Fields * company​Contact [Company​Contact](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CompanyContact) The updated company contact. * user​Errors [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/BusinessCustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [company​Contact​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/companyContactUpdate) mutation Updates a company contact. * company​Contact​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the company contact to be updated. * input [Company​Contact​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/CompanyContactInput) required The fields to use to update the company contact. *** *** ## Map ### Mutations with this payload * [company​Contact​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/companyContactUpdate)