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
Trevor Turk edited this page Jul 11, 2018
·
1 revision
You may notice that Connections based on GraphQL::Types::Relay::BaseConnection always return false for pageInfo { hasPreviousPage } or pageInfo { hasNextPage } depending on which direction you're paginating.
According to #960 you can adjust the behavior like so:
Note: "This will become the default behavior in a future graphql-ruby version. (But it is not the default behavior now because it has performance implications.)"