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