command
Version:
v0.0.0-...-4e6cce8
Opens a new window with list of versions in this module.
Published: Dec 30, 2020
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This is a reproduction for this issue: https://github.com/web-ridge/gqlgen-sqlboiler/issues/38
Not a real example!
Generated files in this example
- graphql_models/*
- models/*
- helpers/*
- resolver.go
Steps to make this project
-
Start Postgres container with social soap.sql
docker-compose up -d
-
Generate /models/* files
sqlboiler psql --no-back-referencing -d
--no-back-referencing if you don't set it your program will crash with recursive converts!
-
Generate schema.grapql, converts (helpers/*) and resolver.go
go run convert_plugin.go
-
...Let's go!
go run server.go resolver.go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.