VehicleClusterFind
No description
type VehicleClusterFind implements ScoutingFindInterface {
attendance: [SessionUser!]
attendanceIds: [ID!]!
clusterCount: Int
clusterType: ScoutingFindTypeEnum!
createdAt: Timestamp!
gravityWell: String
includeInSurvey: Boolean
note: String
owner: User
ownerId: ID!
rawScore: Int
score: Int
scoutingFindId: ID!
sessionId: ID!
state: ScoutingFindStateEnum!
surveyBonus: Float
updatedAt: Timestamp!
vehicleRocks: [VehicleRock!]!
version: String!
}
Fields
VehicleClusterFind.attendance ● [SessionUser!] list object
VehicleClusterFind.attendanceIds ● [ID!]! non-null scalar
VehicleClusterFind.clusterCount ● Int scalar
VehicleClusterFind.clusterType ● ScoutingFindTypeEnum! non-null enum
VehicleClusterFind.createdAt ● Timestamp! non-null scalar
VehicleClusterFind.gravityWell ● String scalar
VehicleClusterFind.includeInSurvey ● Boolean scalar
VehicleClusterFind.note ● String scalar
VehicleClusterFind.owner ● User object
VehicleClusterFind.ownerId ● ID! non-null scalar
VehicleClusterFind.rawScore ● Int scalar
VehicleClusterFind.score ● Int scalar
VehicleClusterFind.scoutingFindId ● ID! non-null scalar
VehicleClusterFind.sessionId ● ID! non-null scalar
VehicleClusterFind.state ● ScoutingFindStateEnum! non-null enum
VehicleClusterFind.surveyBonus ● Float scalar
VehicleClusterFind.updatedAt ● Timestamp! non-null scalar
VehicleClusterFind.vehicleRocks ● [VehicleRock!]! non-null object
VehicleClusterFind.version ● String! non-null scalar
Interfaces
ScoutingFindInterface interface
Example
{
"attendance": [
{
"loadout": {
"activeLasers": [
{
"modules": [],
"modulesActive": []
}
],
"inventoryGadgets": [],
"inventoryLasers": [],
"inventoryModules": [],
"owner": {}
}
}
],
"attendanceIds": [],
"vehicleRocks": [
{
"ores": [
{}
]
}
]
}
Implemented By
ScoutingFind union ● SessionUpdateUnion union