OperationId

constructor(id: String, name: String)

Parameters

id

the generated id for the operation

name

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

query FooQuery {
foo
}