GraphQL INPUT_OBJECT
input CartItemInput {# Unique ID of the product.productId: Int# Your internal product ID.internalProductId: String# Number of items.quantity: Int}