apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
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