CustomerAddressDeleteInput
No description
input CustomerAddressDeleteInput {
id: Int!
customerId: Int!
}
Fields
CustomerAddressDeleteInput.id
● Int!
non-null scalar
Address primary identifier
CustomerAddressDeleteInput.customerId
● Int!
non-null scalar
Customer primary identifier
Member Of
customerAddressDelete
mutation