how to call graphql in reactjs component (magento 2 pwa)
I'm not familiar with reactjs, i'm try to create a new custom react js componet in magento 2 pwa studio to call a custom graphql and write out the response, the following it my trial. import React from 'react'; import…