Can it run on a RAM disk? #1963
Unanswered
TudorHulban
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
a. Create Go project in RAM disk. Go version 1.17.6. Go modules.
b. Install latest version of gqlgen.
c. Init project with gqlgen.
d. update schema by adding a title filed for ToDo, same type as text and generate new files.
What did you expect?
Step d. above does not work flawlessly as Go imports of gqlgen are requested again.
Is this normal behavior?
Minimal graphql.schema and models to reproduce
versions
gqlgen version
? - latestgo version
? - 1.17.6Beta Was this translation helpful? Give feedback.
All reactions