DEV Community

tirlochanarora16
tirlochanarora16

Posted on

Layering GraphQl over 3rd party API

I am working on a project where I am creating a restful API. That endpoint consumes a 3rd party API which sends a lot of data that I don't require. Will graphql work on that 3rd party API to just fetch that data that I require? I am using nodejs for creating the API.

Top comments (0)