Sha256: 42f093973a253cc41faea8fe282901c2b39d4ba921c41f922b005f05edf17ba5
Contents?: true
Size: 273 Bytes
Versions: 11
Compression:
Stored size: 273 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
11 entries across 11 versions & 1 rubygems