ShipRock
No description
type ShipRock {
inst: Float
mass: Float!
ores: [ShipRockOre!]!
res: Float
rockType: RockType
state: RockStateEnum!
}
Fields
ShipRock.inst ● Float scalar
ShipRock.mass ● Float! non-null scalar
ShipRock.ores ● [ShipRockOre!]! non-null object
ShipRock.res ● Float scalar
ShipRock.rockType ● RockType scalar
ShipRock.state ● RockStateEnum! non-null enum
Example
{
"ores": [
{}
]
}
Member Of
ShipClusterFind object