Biggest misconception of GraphQL’s resolvers is that you have to put them on fields. You don’t.
Put 1 on a query/mutation. This matters because people think
“oh, DynamoDB is single table design, GraphQL needs individual fields”.
No. Your query can just do a DynamoDB query.
(more…)