customerAddressDelete
AUTH: Role=[user.OWNER] OR (('user is authenticated') AND ('customerId if present in input matches JWT'))
customerAddressDelete(
input: CustomerAddressDeleteInput!
): Boolean!
Arguments
customerAddressDelete.input
● CustomerAddressDeleteInput!
non-null input
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.