Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.02 KB

README.md

File metadata and controls

65 lines (46 loc) · 2.02 KB

The MovieDB API GraphQL 🇬🇧 🇪🇸

(🇬🇧 version)

Adaptation of TheMovieDB API from a Rest API to a GraphQL type API. They will be added little by little following the API documentation, adapting it to the good practices of GraphQL.

Endpoints adapt

Testing

Schema GraphQL

  • Genres
  • Discover
  • Certifications
  • Changes

Resolvers

  • Genres
  • Discover
  • Certifications
  • Changes

Tools and references use to make conversion

(🇪🇸 version)

Adaptación de la API TheMovieDB de una API Rest a una API de tipo GraphQL. Se irán añadiendo poco a poco siguiendo la documentación de la API amoldándolo a las buenas prácticas de GraphQL.

Adaptando los endpoints

Testing

Schema GraphQL

  • Géneros
  • Descubrimientos
  • Certificaciones
  • Cambios

Resolvers

  • Géneros
  • Descubrimientos
  • Certificaciones
  • Cambios

Herramientas y referencia para la conversión

Contributors