You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error - ../graphql_/generated/graphql.tsx
Module parse failed: Unexpected token (3:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import { gql } from '@apollo/client';| import * as Apollo from '@apollo/client';>exporttype Maybe<T> = T | null;|exporttype InputMaybe<T> = Maybe<T>;|exporttype Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
The text was updated successfully, but these errors were encountered:
When using graphql.tsx created by grqphql-nexus, the following error occurs.
I had no problems using it with nextjs.
How can I solve the problem?
The text was updated successfully, but these errors were encountered: