Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child subgraph shows UID when parent subgraph shows UID #365

Closed
jchiu0 opened this issue Dec 8, 2016 · 0 comments
Closed

Child subgraph shows UID when parent subgraph shows UID #365

jchiu0 opened this issue Dec 8, 2016 · 0 comments
Assignees
Labels
kind/bug Something is broken.
Milestone

Comments

@jchiu0
Copy link
Contributor

jchiu0 commented Dec 8, 2016

Consider the query

{
  me(_xid_: m.06pj8) {
    type.object.name.en
    film.director.film(first:2)  {
      _uid_
      film.film.genre {
        type.object.name.en
      }
      type.object.name.en
      film.film.initial_release_date
    }
  }
}

Here is a snippet of the reply:

               {
                    "_uid_": "0xc6f4b3d7f8cbbad",
                    "film.film.genre": [
                        {
                            "_uid_": "0x7ab7e3d640ac359",
                            "type.object.name.en": "Suspense"
                        },
                        {
                            "_uid_": "0x68d72c1a031195f8",
                            "type.object.name.en": "Drama"
                        },
                        {
                            "_uid_": "0x7b2b371b5f0ebd84",
                            "type.object.name.en": "Adventure"
                        },
                        {
                            "_uid_": "0xa7eb7890d6db0f1f",
                            "type.object.name.en": "Comedy"
                        },```
@jchiu0 jchiu0 added the kind/bug Something is broken. label Dec 8, 2016
@jchiu0 jchiu0 self-assigned this Dec 8, 2016
@jchiu0 jchiu0 added this to the v0.7.x milestone Dec 8, 2016
@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2018
arijitAD pushed a commit that referenced this issue Oct 15, 2020
* create crypto package, add generate, sign, verify functions for ed25519
* update ext_ed25519_verify to use this package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

3 participants