-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Search-Endpoint while searching using a cursor is broken.
Here it is correct:
$postData['start_cursor'] = $this->startCursor->__toString(); |
Bug: generates an empty array/object:
$postData['start_cursor'] = $this->startCursor; |
Error message
Bad Request: (validation_error) (body failed validation: body.start_cursor should be a string or `undefined`, instead was `{}`.)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working