GraphQL - Queries
Given the GraphQL query:
What will the result look like?
{ user1: user(id: 1) { name } user2: user(id: 2) { name } }What will the result look like?
{ user1: user(id: 1) { name } user2: user(id: 2) { name } }user1 and user2 to fetch two users separately.user1 and user2 each with their respective name values.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions