-2

Couldn't find anything related to GraphQL fragments in the TypGraphQL docs. Am I missing something or is it not possible to do so.

1 Answers1

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