cashay icon indicating copy to clipboard operation
cashay copied to clipboard

Remove unnecessary code from client for transformSchema

Open mattkrick opened this issue 8 years ago • 0 comments

By putting the loader inside the client.js, we're sending all the schema creation logic to the client, which is not necessary. Furthermore, the only reason stuff like introspectionQuery is needed is if someone is getting the schema remotely, which I assume is a minority of folks.

We gotta come up with a better way to keep compile-time logic outside of the client payload. Starting point: run webpack stats & see what depends on transformSchema

mattkrick avatar Jun 26 '16 13:06 mattkrick