Investigate adding an error for invalid PaginationCursor
value type.
#664
Labels
feature
New feature or request
good first issue
Good for newcomers
hacktoberfest
For the hacking month of October
The
PaginationCursor
type accepts amessageCid
and avalue
which could be typed as either astring
or anumber
.Depending on the
sort
field used, the value may be of an invalid type. We should check for this and throw an error.The text was updated successfully, but these errors were encountered: