SubscriptionWriter

com.goodcover.relay.build.codegen.SubscriptionWriter
class SubscriptionWriter(writer: Writer, subscription: OperationDefinition, documentText: String, document: Document, schema: GraphQLSchema, typeConverter: TypeConverter) extends OperationWriter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def write(): Unit

Attributes

Definition Classes

Inherited methods

override protected def containsStartOfDefinition(line: String): Boolean

Attributes

Definition Classes
Inherited from:
OperationWriter
override protected def definitionName: String

Attributes

Definition Classes
Inherited from:
OperationWriter
protected def writeOperationObject(): Unit

Attributes

Inherited from:
OperationWriter
protected def writeOperationTrait(): Unit

Attributes

Inherited from:
OperationWriter
protected def writePreamble(): Unit

Attributes

Inherited from:
DefinitionWriter

Inherited fields

Attributes

Inherited from:
OperationWriter
protected val scalaWriter: ScalaWriter

Attributes

Inherited from:
DefinitionWriter