Class: GraphQL::Pagination::SequelDatasetConnection
- Inherits:
-
RelationConnection
- Object
- Connection
- RelationConnection
- GraphQL::Pagination::SequelDatasetConnection
- Defined in:
- lib/graphql/pagination/sequel_dataset_connection.rb
Overview
Customizes RelationConnection
to work with Sequel::Dataset
s.
Instance Attribute Summary
Attributes inherited from Connection
#after_value, #before_value, #context, #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_class, #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, #start_cursor
Constructor Details
This class inherits a constructor from GraphQL::Pagination::Connection