payload icon indicating copy to clipboard operation
payload copied to clipboard

docs: add missing types, prefer pnpm, fix various typos, discourage using payload from import

Open AlessioGr opened this issue 1 year ago • 0 comments

  • Adds missing types, especially the Where type. Will be helpful for people to see that they can type their queries like that
  • Mention pnpm first and prefer pnpm > npm > yarn throughout docs
  • Add payload to function arguments in examples to discourage people from doing import payload from 'payload'
  • Fix some typos

AlessioGr avatar Dec 10 '24 01:12 AlessioGr