WarehouseUpdateExternalRelationInput
Autogenerated input type of WarehouseUpdateExternalRelation
input WarehouseUpdateExternalRelationInput {
clientMutationId: String
externalId: String!
relationId: ID!
}
Fields
WarehouseUpdateExternalRelationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
WarehouseUpdateExternalRelationInput.externalId
● String!
non-null scalar
The external relation ID to update.
WarehouseUpdateExternalRelationInput.relationId
● ID!
non-null scalar
The ID of the warehouse to update.
Member Of
warehouseUpdateExternalRelation
mutation