package
1.11.3
Repository: https://github.com/i-love-flamingo/graphql.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Flamingo GraphQL Example

Make sure you have the graphql module with the example cloned:

git clone https://github.com/i-love-flamingo/graphql.git
cd graphql/example

Regenerate GraphQL: go generate .

Run Server: go run main.go serve

Show console: http://localhost:3322/graphql-console

Show frontend: http://localhost:3322/

Adding new Fields/Structs

(Rerun) code generation: go generate .

Tutorial

https://de.slideshare.net/i-love-flamingo/graphql-with-flamingo