GraphQL - Queries
Identify the problem in this GraphQL query:
{ postA: post(id: 5) { title } postA: post(id: 6) { title } }{ postA: post(id: 5) { title } postA: post(id: 6) { title } }postA as alias, causing ambiguity.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions