module Ecoportal module API class GraphQL class Fragment fragment :Pagination, <<~GRAPHQL fragment on ActionConnection { totalCount pageInfo { endCursor hasNextPage } } GRAPHQL end end end end