I am having trouble retrieving the data using the resolver with @graphql-tools/load-files

I am having trouble retrieving the data using the resolver with @graphql-tools/load-files

import express from “express”; import { graphqlHTTP } from “express-graphql”; import { makeExecutableSchema } from “@graphql-tools/schema”; import { …

 

Read More