You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is an opaque string for the cursor value: 0x14000909420g3QAAAABZAACaWRtAAAAGjAxR0pCUDlYMzhZRktWRjMzMjQzTVM4Q1o2
However I get the following error when casting the value with graphql.ID().
Message: Variable $after of type ID! found as input to argument of type String.
exit status 1
My current workaround is to pass the after value in a predefined input and handle the value on the backend, however it would be nice to pass this relay opaque string as a cursor value.
The text was updated successfully, but these errors were encountered:
Below is an opaque string for the cursor value:
0x14000909420g3QAAAABZAACaWRtAAAAGjAxR0pCUDlYMzhZRktWRjMzMjQzTVM4Q1o2
However I get the following error when casting the value with
graphql.ID()
.Message: Variable $after of type ID! found as input to argument of type String.
exit status 1
My current workaround is to pass the after value in a predefined input and handle the value on the backend, however it would be nice to pass this relay opaque string as a cursor value.
The text was updated successfully, but these errors were encountered: