QueryNode
class QueryNode(val variable: ObjectVariableNode, val query: QueryNameNode, val arguments: Arguments<ExpressionNode>, val sourceLocation: SourceLocation) : ExpressionNode
A query method applied to an object.
Constructors
Link copied to clipboard
fun QueryNode(variable: ObjectVariableNode, query: QueryNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)