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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
In one of my projects, the datamodel has five hundred lines. My schema.graphql file imports the generated prisma.graphql schema file and has a hundred lines of Query and Mutation.
I get stuck when I run graphqlgen. Cpu and memory are slightly higher. I noticed a prompt for the find prettier, but I still didn't succeed after removing the prettier configuration.
My three computers have linux, mac, and windows systems, and they are not working properly. But the surprise is that my mac has been successful once, just once.
Steps to reproduce
When schema.graphql too large.
My other small project run graphqlgen perfectly.
Expected results
Graphqlgen work success.
Actual results
Stucked. And console has no message.
Versions
graphqlgen: 0.4.0
OS name and version: mac: 16G memory, mojava(darwin-x64). windows: win10 16G memory i7.
Node: node-v10.8.0
LawJolla, nicobarray, rowlandekemezie, ryanquinn3, Victorkangsh and 5 more