Class: GraphQL::Pagination::ActiveRecordRelationConnection

Inherits:
RelationConnection show all
Defined in:
lib/graphql/pagination/active_record_relation_connection.rb

Overview

Customizes RelationConnection to work with ActiveRecord::Relations.

Instance Attribute Summary

Attributes inherited from Connection

#after_value, #arguments, #before_value, #context, #edge_class, #field, #first, #first_value, #items, #last, #last_value, #parent

Method Summary

Methods inherited from RelationConnection

#cursor_for, #has_next_page, #has_previous_page, #nodes

Methods inherited from Connection

#after, #before, #cursor_for, #edge_nodes, #edges, #end_cursor, #has_max_page_size_override?, #has_next_page, #has_previous_page, #initialize, #max_page_size, #max_page_size=, #nodes, #page_info, #range_add_edge, #start_cursor

Constructor Details

This class inherits a constructor from GraphQL::Pagination::Connection