Sha256: 5df333284d619f79716df2dcd82afa7295619e1e5006749976eaed6ff9f719f0
Contents?: true
Size: 276 Bytes
Versions: 6
Compression:
Stored size: 276 Bytes
Contents
module GraphqlPagination class CollectionMetadataType < GraphQL::Schema::Object field :current_page, Integer, null: false field :limit_value, Integer, null: false field :total_count, Integer, null: false field :total_pages, Integer, null: false end end
Version data entries
6 entries across 6 versions & 1 rubygems