Jul 21, 2017 · 1 min read
Yes, you’re right. The basic tool most people use is Dataloader which lets you batch requests and cache data. I haven’t written a tutorial on that yet but maybe someone else has!? :) If you’re using SQL, another library to look into is JoinMonster, which I think generates more efficient SQL queries by walking the AST of the GraphQL query.
