Deepak Rajput
Hi there, Hope you are doing great!
If you are facing this issue while making post request using graphql and already spent hours of time debugging it don't worry it's just mispelled while importing like what you spelled is import { GraphQLClient, gql } from "graphql"
while actually it should be as follows:
import { GraphQLClient, gql } from "graphql-request"
Don't get demotivated while solving this issue, it happens with everyone!
Happy Coding!
I will help you with all kinds of difficulties face in the blog.