Connectors implement ConnectorInterface. A connector contains the mechanism through which the data is going to be fetched.
ConnectorInterface
Three connectors are provided by default, listed below.
A connector that fetches information from a The Graph Subgraph.
A connector that fetches information from a standard Ethereum provider (EIP 1193).
A connector that read information from a JSON string. Useful for testing / debugging purposes.
Last updated 2 years ago
Was this helpful?