interface OperationResolverInterface (View source)

FlowQuery Operation Resolver Interface

Methods

bool
isFinalOperation(string $operationName)

No description

resolveOperation(string $operationName, array|mixed $context)

Resolve an operation, taking runtime constraints into account.

bool
hasOperation(string $operationName)

No description

Details

bool isFinalOperation(string $operationName)

No description

Parameters

string $operationName

Return Value

bool

true if $operationName is final

OperationInterface resolveOperation(string $operationName, array|mixed $context)

Resolve an operation, taking runtime constraints into account.

Parameters

string $operationName
array|mixed $context

Return Value

OperationInterface

the resolved operation

bool hasOperation(string $operationName)

No description

Parameters

string $operationName

Return Value

bool