Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 829 Bytes

File metadata and controls

34 lines (30 loc) · 829 Bytes

Differences between

  • ........\assets\swapi.apis.guru.v1.qlman.json
  • ........\assets\swapi.apis.guru.v2.qlman.json

legend

  • (+) -> addition
  • (-) -> removal
  • (#) -> modification
  • (~) -> deprecation (not implemented)
  • ! -> non-nullable
  • ? -> nullable

Types

  • (+) Planet

  • (+) PlanetResidentsConnection

  • (+) PlanetResidentsEdge

  • (+) PlanetFilmsConnection

  • (+) PlanetFilmsEdge

  • (+) FilmCharactersEdge

  • (+) FilmPlanetsConnection

  • (+) FilmPlanetsEdge

  • (+) PlanetsConnection

  • (+) PlanetsEdge

  • (#) Root

    • (+) allPlanets : PlanetsConnection?
    • (+) planet : Planet?
  • (#) Film

    • (+) planetConnection : FilmPlanetsConnection?
  • (#) Species

    • (+) Description_fka_Name : String?
    • (+) homeworld : Planet?
    • (-) name : String?