Input
Type:any
any - The data type that SubgraphNode accepts as input
Output
Type:any
any - The data type that SubgraphNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the subgraph node.
Returns
SubgraphNode
Interfaces
SubgraphNodeProps
Configuration interface forSubgraphNode creation.
Properties
subgraphId:string
ID of the subgraph to reference
parameters?: { [k: string]: string | number | boolean; }
Parameters to pass to the subgraph