Ermolay Romanov
Ermolay Romanov
`kv.List()` called here: https://github.com/cayleygraph/cayley/blob/b9dabbed3f75eb7689fe0ce707606756ec77168a/graph/kv/registry.go#L11 returns an empty array. The list of imports (modules are `"GOFLAGS": "-mod=vendor"`) declared in client package used for testing: ```go import ( "github.com/cayleygraph/cayley" "github.com/cayleygraph/cayley/graph" "github.com/cayleygraph/cayley/graph/path" "github.com/cayleygraph/cayley/schema"...
**Description** This is a feature request. The API exposed through `imports.go`, allows us to query Cayley in native Go code, rather than write SQL-like `Sprintf` commands which are then parsed...
For a give quad-compatible struct: ```go type Person struct { PasswordHash []byte `json:"-" quad:"-"` } ``` the `loader.go` logic will fail in `checkFieldType` as arrays are unsupported. Regardless of support...
https://github.com/cayleygraph/cayley/blob/ab2941b35ef5088e26e1350e504fd55ba9630358/schema/loader.go#L325-L329 [Wrap](https://blog.golang.org/go1.13-errors) error if supporting Go 1.13 ```go fmt.Errorf("Unsupported field '%s'; err: %w", name, err) ``` Or simply inline underlying error via `%v`, as `loader.go` doesn't declare those as public...
### Current Version ``` 0.21.0 ``` ### Use-cases When working with Terraform, it is sometimes beneficial to inline certain configuration which could be linked with `local_file` or generated from `template_file`,...
This is a feature request. ### Current implementation Given a `Node` interface type and `A`, `B`, and `C` types that conform to it, it the following schema: ```graphql interface Node...
Dear @graphql-go peeps! It seems this project is dormant and should be clearly labeled so in the README. Please add some information on whether or not this is actively maintained...
Phil, the repo says MIT but the code, as all XCode does, says "all rights reserved". That's an issue, however small.
### Environment Jest 29 & PNPM 7 ### Prerequisite - are you able to run jest test from the command line? yes - how do you run your tests from...
Awesome library. Keep it going.