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
From the 1st of February the /items endpoint is limited to 1000 (incl. linked items) as described in Kontent API changes.
After that date, queries resulting in more than 1K content items per language won't load more than that 1K items.
By using alternative endpoint items-feed respectively itemsFeedAll from JS SDK users would lose the ability to relive URLs as well as linked items + components (as described in the issue linked abouve).
Proposed solution
Implement resolution the same way as using the items method.
Additional context
Including the content.item value in URLSlug resolver:
Motivation
Related to kontent-ai/gatsby-packages#97
From the 1st of February the
/items
endpoint is limited to 1000 (incl. linked items) as described in Kontent API changes.After that date, queries resulting in more than 1K content items per language won't load more than that 1K items.
By using alternative endpoint
items-feed
respectivelyitemsFeedAll
from JS SDK users would lose the ability to relive URLs as well as linked items + components (as described in the issue linked abouve).Proposed solution
Implement resolution the same way as using the
items
method.Additional context
Including the
content.item
value inURLSlug resolver
:The text was updated successfully, but these errors were encountered: