Closed kendepelchin closed 1 year ago
According to the docs on https://relay.dev/docs/tutorial/connections-pagination/ the example used states the following code example:
{data.comments.pageInfo.hasNextPage && ( <LoadMoreCommentsButton onClick={onLoadMore} /> )}
Renamed component to match example.
According to the docs on https://relay.dev/docs/tutorial/connections-pagination/ the example used states the following code example:
Renamed component to match example.