INPUT_OBJECT
input AddToCartInput {# Not specifying cart id will create new cart.cartId: StringarticleNumber: String!# Default value is 1.quantity: Intcomments: [InputComment]configurationIds: [ID]preOrderDate: DateTime}