GraphQLClient in NextJS
Deepak Rajput

Deepak Rajput

Apr 15, 2023

GraphQLClient in NextJS

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!

Deepak Rajput

Deepak Rajput

I will help you with all kinds of difficulties face in the blog.

Leave a Suggestion

Related Posts

Categories