Capsule
Definition
type Capsule {
dragon: Dragon @deprecated(reason: "This is not available in the REST API after MongoDB has been deprecated")
id: ID
landings: Int
missions: [CapsuleMission]
original_launch: Date
reuse_count: Int
status: String
type: String
}