ProvideSubgraphResult

Represents an abstract result type for subgraph provisioning tools.

ProvideSubgraphResult defines functionality for specific tools that work on subgraphs and produce a SubgraphResult as both input and output. It serves as a specialization of the generic Tool framework.

Parameters

FinalResult

The type of the final result, which must extend SubgraphResult.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun executeUnsafe(args: Any?, enabler: DirectToolCallsEnabler): FinalResult