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
import { CodegenConfig } from "@graphql-codegen/cli";
const config: CodegenConfig = {
schema: "https://graphql-pokeapi.vercel.app/api/graphql", // this assumes that all your source files are in a top-level `src/` directory - you might need to adjust this to your file structure