orderBy method
Implementation
Future<GraphQuery> orderBy(
String orderBy,
) async {
var GraphQuery = await this;
return GraphQuery.orderBy(
orderBy,
);
}
Future<GraphQuery> orderBy(
String orderBy,
) async {
var GraphQuery = await this;
return GraphQuery.orderBy(
orderBy,
);
}