toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-ast
/
com.apollographql.apollo.ast
/
SDLWriter
SDLWriter
open
class
SDLWriter
(
sink
:
BufferedSink
,
indent
:
String
)
:
Closeable
A
SDLWriter
writes utf8 text to the given sink and supports
indent
/
unindent
Members
Constructors
SDLWriter
Link copied to clipboard
constructor
(
sink
:
BufferedSink
,
indent
:
String
)
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
indent
Link copied to clipboard
fun
indent
(
)
unindent
Link copied to clipboard
fun
unindent
(
)
write
Link copied to clipboard
open
fun
write
(
gqlNode
:
GQLNode
)
fun
write
(
string
:
String
)