Sanity.get_documents
You're seeing just the function
get_documents
, go back to Sanity module for more information.
Specs
Convenience function for fetching a list of documents by ID. See doc/1
.
The order/position of documents is preserved based on the original list of IDs. If any documents
cannot be found then the returned list will contain nil
for that document.
See request/2
for supported options.