module
0.0.0-20240903024131-36b752520737
Repository: https://github.com/gabogomes/graphql-example.git
Documentation: pkg.go.dev
# README
README
This sample application is part of the Full Cycle Go Expert course. It was started by using the
gqlgen package for the initial code generation of the GraphQL
handlers and resolvers. Afterwards, the project was evolved by specific implementation
of code logic and the modification of the schema.graphqls
file, along with the use of the
go run github.com/99designs/gqlgen generate
command.