ShippingMethod
No description
type ShippingMethod {
id: ID!
name: String
priceInCents: Int
}
No description
type ShippingMethod {
id: ID!
name: String
priceInCents: Int
}
ShippingMethod.id ● ID! non-null scalarShippingMethod.name ● String scalarShippingMethod.priceInCents ● Int scalar