BVariable

data class BVariable(val name: String) : BTerm

A term that comes from @include/@skip or @defer directives and that needs to be matched against operation variables

Constructors

Link copied to clipboard
fun BVariable(name: String)

Properties

Link copied to clipboard
val name: String