We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8967 commit eac2b7bCopy full SHA for eac2b7b
crates/query/graphql/allocations.query.graphql
@@ -69,6 +69,7 @@ query AllocationsQuery(
69
70
fragment AllocationFragment on Allocation {
71
id
72
+ isLegacy
73
indexer {
74
75
}
crates/query/graphql/network.schema.graphql
@@ -67,6 +67,9 @@ type Allocation {
67
"""Channel Address"""
68
id: ID!
+ """True if the allocation belongs to Legacy (V1) TAP"""
+ isLegacy: Boolean!
+
"""Indexer of this allocation"""
indexer: Indexer!
0 commit comments