facebook / facebook/relay

alias and directive

Open
#2,736 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.