You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
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.
acao, Ariel-Dayan, SMontero90, jeanbmar and snys98