Login
Remember
Register
Ask a Question
What is the union in GraphQL?
0
votes
asked
Apr 10, 2023
in
GraphQL
by
Robindeniel
What is the union in GraphQL?
graphql-union
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 10, 2023
by
Robindeniel
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.
...