alias and directive
Open
wontfix
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
I found a problem with the use of “alias” and “directive” … In this case the server is answering with `{foo: 123, bar: 456}` but when stored and retrieved I get `{foo: 456, bar: 456}`
```graphql
query myQ {
foo
bar: foo @enhance
}
```
@jstejada Any idea?
Contributor guide
Assessment
This issue has not been assessed yet.