OperationIdsGenerator

An OperationIdsGenerator is responsible for computing OperationId from OperationDescriptor.

This is used for persisted queries.

Functions

Link copied to clipboard
abstract fun generate(operationDescriptors: List<OperationDescriptor>): List<OperationId>

Generate the OperationIds from operationDescriptors. Implementations my throw to fail the build.