You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute graph indexer allocations get --status claimable I get this error:
graph@indexer-cli:~$ graph indexer allocations get --help
💁
graph indexer allocations get [options]
graph indexer allocations get [options] <allocation-id>
graph indexer allocations get [options] all
Options:
-h, --help Show usage information
-n, --network Filter allocations by their protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
--status active|closed|claimable Filter by status
--deployment <id> Fetch only allocations for a specific subgraph deployment
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
graph@indexer-cli:~$ graph indexer allocations get --status claimable --network arbitrum-one
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]
graph@indexer-cli:~$ graph indexer allocations get --status claimable
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]
[GraphQL] Unsupported combination of variables provided, variables: [object Object]
Is this outdated and the claimable option should be updated or there's a bug?
The text was updated successfully, but these errors were encountered:
When I execute
graph indexer allocations get --status claimable
I get this error:[GraphQL] Unsupported combination of variables provided, variables: [object Object]
Is this outdated and the claimable option should be updated or there's a bug?
The text was updated successfully, but these errors were encountered: