zgordon / tabor-gatsby-theme

A port of the Tabor WordPress Theme over to Gatsby
77 stars 23 forks source link

Add variables to query #19

Closed seagyn closed 4 years ago

seagyn commented 4 years ago

This simply adds the after variable to the query for sites that have greater than the $first variable on tags, categories and users. This caused an endless loop if you had more than that as it would always be "after" the first cursor always.

jasonbahl commented 4 years ago

@seagyn Thanks!