GraphQuery constructor

GraphQuery(
  1. GraphServiceClient graph_client,
  2. String path
)

Implementation

GraphQuery(this.graph_client, this.path);