├── gql │ ├── gql.go │ ├── queries.go │ ├── resolvers.go │ └── types.go ├── main.go ├── postgres │ └── postgres.go └── server └── server.go