# Hand-curated subset of the SpaceX GraphQL schema for `ships`.
# Recovery and support vessels (drone ships, fairing catchers, etc).
name: ships
id_column: id
columns:
id:
type: string
flags:
name:
type: string
flags:
type:
type: string
flags:
home_port:
type: string
active:
type: bool
year_built:
type: int
model:
type: string
successful_landings:
type: int
attempted_landings:
type: int
url:
type: string
graphql:
root_field: ships
dialect: generic
filter_arg: find