Variable

class Variable(name: String, val type: String) : QueryComponent

Represents a variable declaration in a query.

See also

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Properties

Link copied to clipboard

The variable name.

Link copied to clipboard

The type of the variable.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Generate the GraphQl string for the variable declaration