https://api.studio.thegraph.com/query/48805/lock-subgraph/version/latest
https://github.com/frankdev7/Lock
Here's an example GraphQL query which fetches the first 5 withdrawals:
{
withdrawals(first: 5) {
id
amount
when
blockNumber
}
}