apollo-kotlin
3.8.2
apollo-compiler
/
com.apollographql.apollo3.compiler
/
OperationIdGenerator
Operation
Id
Generator
interface
OperationIdGenerator
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Sha256
Link copied to clipboard
object
Sha256
:
OperationIdGenerator
Content copied to clipboard
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
operationDocument
:
String
,
operationName
:
String
)
:
String
Content copied to clipboard
computes an id for the given operation
Properties
version
Link copied to clipboard
abstract
val
version
:
String
Content copied to clipboard
The version of the OperationIdGenerator
Inheritors
Sha256
Link copied to clipboard