/graphql-case-study

graphql case study with golang

Primary LanguageGo

Graphql with go

Reference website

https://gqlgen.com/

Start server

make server

Application runs on http://localhost:8080/

Examples

Create Category

create-category

Create Course

create-course

Find All Categories

findall-category

Find All Categories with Courses

findall-category-with-course

Find All Courses with Categories

findall-course-with-category