RestApi use with graphql

how to use graphql with inbuilt restapi

Hi @Anmol113! Could you elaborate on your question? What exactly do you mean by that?

I want to fetch the data of restapi but I want to fetch some particular data for this I try to use GraphQL but I dnt know how to link the restapi of vtex with graphql for fetching data.
like example, I try to fetch Brand id and Brand imageUrl only from Brands API of VTEX. So, How to use graphql for this.

earlier, I used react-apollo, so can we use react-apollo here as well when linking restapi with graphql.