This is an example social media backend: see how this is generated from scratch.
Generated files in this example
graphql_models/*
models/*
helpers/*
resolver.go
TODO: make Youtube video for this example
Steps to make this project
Start MariaDB container with social network.sql docker-compose up -d
Generate /models/* files sqlboiler mysql -d
Generate graphql schema based on sqlboiler files go run github.com/web-ridge/sqlboiler-graphql-schema --output=schema.graphql --skip-input-fields=userId --directives=isAuthenticated
Generate /graphql_models/* + resolver.go go run convert_plugin.go