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
/
GQLTypeExtension
GQLType
Extension
sealed
interface
GQLTypeExtension
:
GQLTypeSystemExtension
,
GQLNamed
Inheritors
GQLEnumTypeExtension
GQLObjectTypeExtension
GQLInputObjectTypeExtension
GQLScalarTypeExtension
GQLInterfaceTypeExtension
GQLUnionTypeExtension
Members
Members & Extensions
Properties
children
Link copied to clipboard
abstract
val
children
:
List
<
GQLNode
>
The children of this node.
name
Link copied to clipboard
abstract
val
name
:
String
source
Location
Link copied to clipboard
abstract
val
sourceLocation
:
SourceLocation
?
Functions
copy
With
New
Children
Internal
Link copied to clipboard
abstract
fun
copyWithNewChildrenInternal
(
container
:
NodeContainer
)
:
GQLNode
Internal-only. Copies this code using the given children
to
Utf8
Link copied to clipboard
fun
GQLNode
.
toUtf8
(
indent
:
String
=
" "
)
:
String
@
ApolloExperimental
fun
GQLNode
.
toUtf8
(
sink
:
BufferedSink
,
indent
:
String
=
" "
)
transform
Link copied to clipboard
@
ApolloExperimental
fun
GQLNode
.
transform
(
transformer
:
NodeTransformer
)
:
GQLNode
?
write
Internal
Link copied to clipboard
abstract
fun
writeInternal
(
writer
:
SDLWriter
)
Internal-only. Copies this code using the given children