Get an array of Drafts for the currently logged in user.
const drafts = await draftService.getDrafts() Copy
const drafts = await draftService.getDrafts()
Get an array of Drafts for the currently logged in user.
Example