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
constructor(name: String)

Properties

Link copied to clipboard