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
I think TheGraph limits skip to a maximum of 5000 items (last I checked).
I know we don't have even close to 5k projects yet, but can we follow the recommended pattern shown in their docs to paginate through projects, along the lines of:
From @ryley-o
I think TheGraph limits skip to a maximum of 5000 items (last I checked).
I know we don't have even close to 5k projects yet, but can we follow the recommended pattern shown in their docs to paginate through projects, along the lines of:
projects(first: 1000, where: { id_gt: $lastID })
ref: https://thegraph.com/docs/en/developer/graphql-api/#pagination
The text was updated successfully, but these errors were encountered: