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
When a request is made in GraphQL that includes endCursor but not hasNextPage, we do not correctly apply the logic that is needed to determine when we are in a pagination scenario. This causes endCursor to not be populated correctly, such that even though we are on the last page of records, we will have a non-null endCursor.