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