ShipRockInput
No description
input ShipRockInput {
inst: Float
mass: Float!
ores: [ShipRockOreInput!]!
res: Float
rockType: RockType
state: RockStateEnum!
}
Fields
ShipRockInput.inst ● Float scalar
ShipRockInput.mass ● Float! non-null scalar
ShipRockInput.ores ● [ShipRockOreInput!]! non-null input
ShipRockInput.res ● Float scalar
ShipRockInput.rockType ● RockType scalar
ShipRockInput.state ● RockStateEnum! non-null enum
Example
{
"ores": [
{}
]
}
Member Of
addScoutingFind mutation ● updateScoutingFind mutation