module Ecoportal module API class GraphQL module Base class PageInfo < Ecoportal::API::GraphQL::Base::Model passthrough :startCursor, :endCursor passboolean :hasNextPage, :hasPreviousPage end end end end end