customerUpdate
AUTH: Role=[user.OWNER,user.EDITOR] OR (('user is authenticated') AND ('customerId if present in input matches JWT'))
customerUpdate(
id: Int!
input: UpdateCustomerInput!
): Customer!
Arguments
customerUpdate.id ● Int! non-null scalar
Customer unique identifier
customerUpdate.input ● UpdateCustomerInput! non-null input
Type
Customer object
Customer entity representing individual customers and end users.
External entity from the customer service that provides customer identification and profile information. Used as a reference for customer-specific attributes and personalization features within the attribute system.