This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Description
First off, let me say thanks for the awesome codebase and toolkit! I am using it with Apollo 2.x now and am really enjoying the lighter network footprint!
To help others work with apollo-link-state and persistgraphql, I have a small queryTransformer which strips any fields with the @client
directive, and I'd like to share it for others to use. Is there a repo naming pattern I should aim for, or anything like that?
ex: persistgraphql-query-transform-trim-client-fields
Thanks again!