Sanity.doc
You're seeing just the function
doc
, go back to Sanity module for more information.
Specs
doc(String.t()) :: Sanity.Request.t()
Generates a request for the Doc endpoint.
The Sanity docs suggest using this endpoint sparingly because it is "less scalable/performant"
than using query/3
. See get_document/2
and get_documents/2
for a more convenient
interface.