How to mirror api.crm.refine.dev graphql setup on localhost app so i can host the data locally?
How can I setup my own graphql endpoint using the schema.graphql provided by https://api.crm.refine.dev/graphql so that I can host the graphql endpoint locally, effectively changing the endpoints of https://api.crm.refine.dev/graphql to http://localhost/graphql ?
