Skip to main content

CustomerUpdateInput

Customer update input

input CustomerUpdateInput {
customerGroupId: Int
description: String
id: ID!
image: String
name: String
shortDescription: String
}

Fields

CustomerUpdateInput.customerGroupId ● Int scalar

Customer customer_group_id

CustomerUpdateInput.description ● String scalar

Customer description

CustomerUpdateInput.id ● ID! non-null scalar

Customer id

CustomerUpdateInput.image ● String scalar

Customer image

CustomerUpdateInput.name ● String scalar

Customer name

CustomerUpdateInput.shortDescription ● String scalar

Customer short_description

Member Of

UpdateCustomerInput input