diff --git a/src/GDS/Gateway/RESTv1.php b/src/GDS/Gateway/RESTv1.php index cc3521b..0362f97 100644 --- a/src/GDS/Gateway/RESTv1.php +++ b/src/GDS/Gateway/RESTv1.php @@ -453,6 +453,20 @@ public function getEndCursor() return null; } + + /** + * Get the batch informations from the last response + * + * @return mixed + */ + public function getBatch() + { + if(isset($this->obj_last_response->batch)) { + return $this->obj_last_response->batch; + } + return null; + } + /** * Create a mapper that's right for this Gateway *