diff --git a/src/GDS/Gateway.php b/src/GDS/Gateway.php index 3c67ba0..31602b2 100644 --- a/src/GDS/Gateway.php +++ b/src/GDS/Gateway.php @@ -356,6 +356,13 @@ abstract public function gql($str_gql, $arr_params = null); */ abstract public function getEndCursor(); + /** + * Get the batch from the last response + * + * @return mixed + */ + abstract public function getBatch(); + /** * Create a mapper that's right for this Gateway * @@ -371,4 +378,4 @@ abstract protected function createMapper(); */ abstract public function beginTransaction($bol_cross_group = FALSE); -} \ No newline at end of file +}