Sha256: a27d0f0fe482c9de35c1b024ca3adb4b28e23402336eb1332b5138361597f32b
Contents?: true
Size: 346 Bytes
Versions: 5
Compression:
Stored size: 346 Bytes
Contents
module Ecoportal module API class GraphQL class Fragment fragment :Pagination, <<~'GRAPHQL' fragment on ContractorEntityConnection { totalCount pageInfo { endCursor hasNextPage } } GRAPHQL end end end end
Version data entries
5 entries across 5 versions & 1 rubygems