We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d5052 commit 5519becCopy full SHA for 5519bec
1 file changed
website/src/pages/en/subgraphs/guides/x402-payments.mdx
@@ -81,7 +81,9 @@ The USDC payment is still settled — there is no refund. To avoid charging for
81
```graphql
82
{
83
subgraphDeployment(id: "<ipfsHash>") {
84
- indexerAllocations(where: { activeForIndexer_not: null }, first: 1) { id }
+ indexerAllocations(where: { activeForIndexer_not: null }, first: 1) {
85
+ id
86
+ }
87
}
88
89
```
0 commit comments