How can you combine multiple operations into one GraphQL query?
a) Using variables
b) Using fragments
c) Using aliases
d) Using unions
Answer:
c) Using aliases
Explanation:
In GraphQL, aliases allow you to combine multiple operations in one query by assigning different names to the results, even if the operations use the same fields or types.