class GraphQL::Relay::ArrayConnection

def has_previous_page

def has_previous_page
  !!(last && starting_offset > 0)
end