This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
feat: add fragments server side #575
Open
Description
Allow clients that send queries to use predefined fragments on the server side.
The goal:
- Shorten the query for every client by avoiding to repeat the fragment declaration.
- Allow the client to have dynamic fragments that are updated server side. For example, if a field was added to the schema server side, the fragment will update accordingly.