vantage-api-client 0.5.2

Vantage extension for REST and GraphQL HTTP API backends
Documentation
# Hand-curated subset of the SpaceX GraphQL schema for `capsules`.
name: capsules
id_column: id
columns:
  id:
    type: string
    flags: [id]
  status:
    type: string
    flags: [title]
  type:
    type: string
    flags: [title]
  reuse_count:
    type: int
  landings:
    type: int
  original_launch:
    type: datetime
graphql:
  root_field: capsules
  dialect: generic
  filter_arg: find