# Copyright © Magento, Inc. All rights reserved. # See COPYING.txt for license details. extend input ShippingAddressInput { pickup_location_code: String @doc(description: "The code of Pickup Location which will be used for In-Store Pickup.") } extend type ShippingCartAddress { pickup_location_code: String @resolver(class: "\\Magento\\InventoryInStorePickupQuoteGraphQl\\Model\\Resolver\\ShippingAddress\\PickupLocationCode") }