Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/GDS/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -371,4 +378,4 @@ abstract protected function createMapper();
*/
abstract public function beginTransaction($bol_cross_group = FALSE);

}
}