UpdateLocationInput
Autogenerated input type of UpdateLocation
input UpdateLocationInput {
buildingType: BuildingTypeEnum
clientMutationId: String
defaultPick: Boolean
locationId: ID!
locationType: LocationTypeEnum
mixing: Boolean
name: String
pickable: Boolean
status: StatusEnum
zone: ZoneEnum
}
Fields
UpdateLocationInput.buildingType ● BuildingTypeEnum enum
UpdateLocationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateLocationInput.defaultPick ● Boolean scalar
Set this location as the default pick location for the warehouse
UpdateLocationInput.locationId ● ID! non-null scalar
UpdateLocationInput.locationType ● LocationTypeEnum enum
UpdateLocationInput.mixing ● Boolean scalar
UpdateLocationInput.name ● String scalar
UpdateLocationInput.pickable ● Boolean scalar
UpdateLocationInput.status ● StatusEnum enum
UpdateLocationInput.zone ● ZoneEnum enum
Member Of
updateLocation mutation