Closed jasewarner closed 1 year ago
Thanks for your interest in this project. This plugin is moving into the Gatsby User Collective and this repo will be archived. Please open an issue in that repository, submit a PR if you'd like to see this implemented, or join us on Discord if you have questions!
Hi there,
Can somebody point me in the right direction of how to retrieve the previous and next siblings of a single type?
This is a query that I'm working on (it's located in the template that displays the single type content), but obviously the
next
andprevious
entries are returning null because of the filter that's finding the right single type using its slug.