Graph QL query string builder helper library npm
I am recently working on a React JS project. We use GraphQL to access data from amazon. Writing queries is not easy. The probability to make a mistake in the syntax as it is a string.
I am looking for a Graph QL query string builder library so that if I pass an array or object then it will build and return the query as string. Looking for suggestions