This project was setup following steps from https://gqlgen.com/getting-started/
Generating and updating the go code based on schema can be run using the command
go run github.com/99designs/gqlgen generateRunning the server can be done with the command
PORT=8080 go run server.gonote requires the database be up and running to generate against a live schema.
jet -dsn="postgresql://messageboard-db-user:messageboard-db-password@localhost:5432/messageboardDB?sslmode=disable" -path=./.gen