GraphQB constructor

GraphQB(
  1. Node query
)

Implementation

GraphQB(this.query) {
  stringQuery = query.toString();
}