orderUpdateAddress
No description
orderUpdateAddress(
id: Int!
addressId: Int!
input: OrderUpdateAddressInput!
): Boolean!
Arguments
orderUpdateAddress.id ● Int! non-null scalar
The ID of the order
orderUpdateAddress.addressId ● Int! non-null scalar
orderUpdateAddress.input ● OrderUpdateAddressInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.