Variable

annotation class Variable(val name: String, val fromObjectField: String = UNSET_STRING_VALUE, val fromQueryField: String = UNSET_STRING_VALUE, val fromArgument: String = UNSET_STRING_VALUE)(source)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

a path into a GraphQL argument of the field to which this annotation is applied.

Link copied to clipboard

a path into a selection set of the field to which this annotation is applied.

Link copied to clipboard
Link copied to clipboard

the name of the variable being defined