Sha256: 53fe9672736dd9e8e1bcd4f83968af77a7c415398fa9d1a7b0010bc4aa2c7c36
Contents?: true
Size: 336 Bytes
Versions: 21
Compression:
Stored size: 336 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
21 entries across 21 versions & 1 rubygems