Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aacebo/gq

a zero dependency performant graph query resolver
https://github.com/aacebo/gq

go golang query resolver zero-dependency

Last synced: 19 days ago
JSON representation

a zero dependency performant graph query resolver

Awesome Lists containing this project

README

        






a zero dependency performant graph query resolver

















# Install

```bash
go get github.com/aacebo/gq
```

# Features

| Name | Status |
|---------------------------------------|------------------------|
| [Any](./docs/00.any.md) | ✅ |
| [String](./docs/01.string.md) | ✅ |
| [Int](./docs/02.int.md) | ⌛ |
| [Float](./docs/03.float.md) | ⌛ |
| [Bool](./docs/04.bool.md) | ✅ |
| [Date](./docs/05.date.md) | ✅ |
| [Object](./docs/06.object.md) | ✅ |
| [List](./docs/07.list.md) | ✅ |
| [Namespace](./docs/08.namespace.md) | ✅ |
| [Middleware](./docs/09.middleware.md) | ✅ |

# Related

- [Schema Validation](https://github.com/aacebo/owl)