Couldn't find anything related to GraphQL fragments in the TypGraphQL docs. Am I missing something or is it not possible to do so.
Asked
Active
Viewed 219 times
-2
-
1https://stackoverflow.com/a/41572799/6124657 – xadm Mar 05 '21 at 17:01
1 Answers
0
TypeGraphQL is a server-side library. GraphQL fragment is a client-side feature.
So no, there's no way to do that in any server-side library, even in reference graphql-js
implementation.

Michał Lytek
- 10,577
- 3
- 16
- 24