Skip to content

Bug: Cursor converted to empty object #86

@fschirinzi

Description

@fschirinzi

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions