apollo-kdoc
Toggle table of contents
5.0.0-alpha.2-SNAPSHOT
Select version
5.0.0-alpha.2-SNAPSHOT
4.2.0
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-ast
/
com.apollographql.apollo.ast
/
GQLInlineFragment
/
copy
copy
fun
copy
(
sourceLocation
:
SourceLocation
?
=
this.sourceLocation
,
typeCondition
:
GQLNamedType
?
=
this.typeCondition
,
directives
:
List
<
GQLDirective
>
=
this.directives
,
selections
:
List
<
GQLSelection
>
=
this.selections
)
:
GQLInlineFragment