apollo-kotlin
3.8.2
apollo-ast
/
com.apollographql.apollo3.ast
/
InferredVariable
Inferred
Variable
class
InferredVariable
(
val
name
:
String
,
val
type
:
GQLType
)
Content copied to clipboard
A variable that is inferred from its usages in fragments This is used to create executable fragments
Constructors
Properties
Constructors
Inferred
Variable
Link copied to clipboard
fun
InferredVariable
(
name
:
String
,
type
:
GQLType
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
GQLType
Content copied to clipboard