in GraphQL by
What is the union in GraphQL?

1 Answer

0 votes
by
In GraphQL, sometimes we have to represent multiple objects, that's why the union is used. The user can define more than one type as return type using a union.
...