Argument

data class Argument(val name: String, val types: List<String>) : QueryComponent

Represents an argument to a field in a query

See also

Constructors

Link copied to clipboard
constructor(name: String, type: String)
constructor(name: String, types: List<String>)

Properties

Link copied to clipboard

Name of the argument

Link copied to clipboard

Types or value of the argument

Functions

Link copied to clipboard
open override fun toString(): String

Generate the string format of the arguments