OperationId

class OperationId(val id: String, val name: String)

The id of an operation associated with its name so that it can be looked up.

Parameters

id

the generated id for the operation

name

the name of the operation, such as "FooQuery" below

query FooQuery {
foo
}

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard