I'm trying to put <https://github.com/graphcool/gr...
# prisma-whats-new
p
I'm trying to put https://github.com/graphcool/graphql-playground desktop version. After setting up and trying to open a project, it produces such an error.
Copy code
TypeError: Cannot read property 'getRawEndpointsMap' of null
.graphqlconfig
Copy code
{
  "schemaPath": "/src/graphql/schema.js"
}
What's wrong?