Question from the GraphQL test

Using inline fragments for different types in GraphQL

Medium
{
  hero(episode: JEDI) {
    name
    ... on Droid {
      primaryFunction
    }
    ... on Human {
      height
    }
  }
}

Quelle fonctionnalité de GraphQL est illustrée ici ?

Author: AnasStatus: PublishedQuestion passed 5 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!