ExecutableDefinitionWriter

com.goodcover.relay.build.codegen.ExecutableDefinitionWriter
See theExecutableDefinitionWriter companion object
abstract class ExecutableDefinitionWriter(writer: Writer, documentText: String, schema: GraphQLSchema, typeConverter: TypeConverter) extends DefinitionWriter

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def write(): Unit

Inherited methods

protected def writePreamble(): Unit

Attributes

Inherited from:
DefinitionWriter

Inherited and Abstract methods

protected def definitionName: String

Attributes

Inherited from:
DefinitionWriter

Inherited fields

protected val scalaWriter: ScalaWriter

Attributes

Inherited from:
DefinitionWriter