apollo-ast
/
com.apollographql.apollo3.ast
/
NodeContainer
Node
Container
class
NodeContainer
(nodes:
List
<
GQLNode
>)
Content copied to clipboard
Functions
Properties
Functions
assert
Link copied to clipboard
fun
assert
()
Content copied to clipboard
take
Link copied to clipboard
inline fun <
T
:
GQLNode
>
take
():
List
<
T
>
Content copied to clipboard
takeSingle
Link copied to clipboard
inline fun <
T
:
GQLNode
>
takeSingle
():
T
?
Content copied to clipboard
Properties
remainingNodes
Link copied to clipboard
var
remainingNodes
:
List
<
GQLNode
>
Content copied to clipboard