Subgraph
Subgraph components
Example
Section titled “Example”import { SubgraphService } from '@filoz/synapse-sdk/subgraph'Classes
Section titled “Classes”| Class | Description |
|---|---|
| SubgraphService | Defines the contract for a service that can retrieve provider information from a data source, typically a Synapse-compatible subgraph. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| DetailedSubgraphDataSetInfo | Detailed data set information from subgraph with additional metadata |
| FaultRecord | Fault record information |
| NestedQueryOptions | Options for nested entity queries in subgraphs |
| PaginationOptions | Options for pagination in subgraph queries |
| PieceInfo | Piece information with data set context |
| ProviderStats | Extended provider statistics including fault information |
| QueryOptions | Options for flexible subgraph queries with custom where clauses |
| SubgraphDataSetInfo | Basic data set information from subgraph |