Skip to main content

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

Creates a new SubgraphNode instance.

Parameters

props
SubgraphNodeProps
required
Configuration for the subgraph node.

Returns

SubgraphNode

Interfaces

SubgraphNodeProps

Configuration interface for SubgraphNode creation.

Properties

subgraphId: string ID of the subgraph to reference parameters?: { [k: string]: string | number | boolean; } Parameters to pass to the subgraph