UpdateDistributorBasicInfosInput
The data required to update the basic infos of a distributor
input UpdateDistributorBasicInfosInput {
name: String!
}
Fields
UpdateDistributorBasicInfosInput.name
● String!
non-null scalar
The name of the distributor
Member Of
updateDistributorInfos
mutation