VehicleRockInput
No description
input VehicleRockInput {
inst: Float
mass: Float!
ores: [VehicleRockOreInput!]!
res: Float
}
Fields
VehicleRockInput.inst ● Float scalar
VehicleRockInput.mass ● Float! non-null scalar
VehicleRockInput.ores ● [VehicleRockOreInput!]! non-null input
VehicleRockInput.res ● Float scalar
Example
{
"ores": [
{}
]
}
Member Of
addScoutingFind mutation ● updateScoutingFind mutation