OBJECT
A shipping rate to be applied to a checkout.
type ShippingRate {# Human-readable unique identifier for this shipping rate.handle: String! # Price of this shipping rate.price: Money! # Title of this shipping rate.title: String! }