GraphQLVariableInfo

constructor(name: String, type: GraphQLType, defaultValue: String? = null)(source)

Parameters

name

The variable name (e.g. "after", "first").

type

The GraphQL type of the variable.

defaultValue

The default value as a GraphQL literal string, or null.