OBJECT
A status for an order.
type OrderStatus {# Unique order status ID.id: Int! # The status's system name.name: String! }