Skip to content

mugan86/the-movie-db-graphql

Repository files navigation

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