stream-chat-go icon indicating copy to clipboard operation
stream-chat-go copied to clipboard

PaginationParamsRequest ID params incorrectly typed as `string`

Open kanehara opened this issue 1 year ago • 0 comments

PaginationParamsRequest is typed as string when it should be typed as int. This causes the request to fail with this error:

error: \"expected number for field \"watchers.id_gte\" but got number `0`\nexpected number for field \"watchers.id_gte.id_lte\" but got number `0`\""

kanehara avatar Mar 27 '24 08:03 kanehara