WarehouseRemoveExternalRelationInput
Autogenerated input type of WarehouseRemoveExternalRelation
input WarehouseRemoveExternalRelationInput {
clientMutationId: String
relationId: ID!
}
Fields
WarehouseRemoveExternalRelationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
WarehouseRemoveExternalRelationInput.relationId
● ID!
non-null scalar
The ID of the warehouse to update.
Member Of
warehouseRemoveExternalRelation
mutation