OperationIdGenerator

interface OperationIdGenerator

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Sha256 : OperationIdGenerator

Functions

Link copied to clipboard
abstract fun apply(operationDocument: String, operationName: String): String

computes an id for the given operation

Properties

Link copied to clipboard
abstract val version: String

The version of the OperationIdGenerator

Inheritors

Link copied to clipboard