RefineryRow
No description
type RefineryRow {
amt: Int!
ore: ShipOreEnum!
yield: Int!
}
Fields
RefineryRow.amt ● Int! non-null scalar
RefineryRow.ore ● ShipOreEnum! non-null enum
RefineryRow.yield ● Int! non-null scalar
Example
{}
Member Of
ShipMiningOrder object