https://dev.to/the-guild/getting-the-best-of-typescript-and-graphql-union-types-2p22
The combination of TypeScript and GraphQL can be very powerful. Both TypeScript and GraphQL support the concept of discriminated unions. Tagged with graphql,...
union typesgettingbesttypescriptgraphql
https://www.educative.io/courses/integrating-apollo-client-with-react-applications/querying-for-users
Learn how to query user data using Apollo Client and GraphQL union types in React while managing different user states with TypeScript.
union typesqueryusersreactapollo
https://www.codecademy.com/learn/learn-typescript-union-types
Level up your Typescript skills by learning how to combine individual types into flexible combinations with union types.
learn typescriptunioncodecademy
https://www.educative.io/courses/using-typescript-with-react/creating-union-types
Learn how to create union types in TypeScript for React to handle multiple possible types for variables including string literals, objects, null, and undefined.
union typesunderstandingcreatingtypescriptreact