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
/
InferredVariable
Inferred
Variable
class
InferredVariable
(
val
name
:
String
,
val
type
:
GQLType
)
A variable that is inferred from its usages in fragments This is used to create executable fragments
Members
Constructors
Inferred
Variable
Link copied to clipboard
constructor
(
name
:
String
,
type
:
GQLType
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
GQLType