Skip to main content

CustomerCreateInput

Customer create input

input CustomerCreateInput {
customerGroupId: Int!
description: String
image: String
name: String!
shortDescription: String
}

Fields

CustomerCreateInput.customerGroupId ● Int! non-null scalar

Customer customer_group_id

CustomerCreateInput.description ● String scalar

Customer description

CustomerCreateInput.image ● String scalar

Customer image

CustomerCreateInput.name ● String! non-null scalar

Customer name

CustomerCreateInput.shortDescription ● String scalar

Customer short_description

Member Of

CreateCustomerInput input