1

I'm using graphql-request to request the data

 return request('/graphql', flightDetailsQuery, variables).then(res => res);

This returns the as __proto__: Object but I need the __proto__: Promise. Can I specify it in request?

unknown_boundaries
  • 1,482
  • 3
  • 25
  • 47

0 Answers0