Complete

final case
class Complete(id: String) extends FromServer with Identifier

Message sent to the client indicating that no more data will be forthcoming for the associated GraphQL operation.

Value Params
id

operation id

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product