An open API service indexing awesome lists of open source software.

https://github.com/takeruun/changeable-blog-api

Graphql API for changeable blog
https://github.com/takeruun/changeable-blog-api

api github-actions golang graphql graphql-server session-cookie

Last synced: 3 months ago
JSON representation

Graphql API for changeable blog

Awesome Lists containing this project

README

          

# テスト

### モック生成

```sh
mockgen -source usecases/repository/blogs_repository.go -destination test/mock_repository/mock_blogs_repository.go
```