graphql-pagination 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69754180eecb5a5b78b250ab32cc5a0bf4ff681729297db84c642b5eb23ffe8d
4
- data.tar.gz: 591b7e9652413a5a7dd713bc9d81425090af1bb7c6cf99ab09d71d141872efd6
3
+ metadata.gz: b4957b0f34272595a82bbdd6fd645800f324a7fcf6b0a4dbf29f9ca077d2bf47
4
+ data.tar.gz: efbac1904152ec230e65d4cbd964c6bd14f77ee30ee4fff86537fdf0f2ddb32b
5
5
  SHA512:
6
- metadata.gz: a98675b3f85b04ece08eb07f1109f8b145190efd5cd378f5d3903c2df2f878c4d0c729cac392aa7f25e7645b9673561c138cc219190f69eb4b24c8f59cdd688c
7
- data.tar.gz: c6d2e9587b5a718587c3b6cbb07009f3e4f5b81b485a0be66ffb39b5111d80a87cc9bf93aeab8ed82f9e01c62f49d0cd1280903e3791f25a55bb67e3a4701bd7
6
+ metadata.gz: b688737afcde10674e2f7a1348f6eb7c49bd172e36863a86131c933cf8aad4daf9559bd0b8a3195a178b036583b13ba1c5a701515ae1d169e25f1eda7fa4b0e0
7
+ data.tar.gz: f7aa28fb0557930ba5d1c6dafb237086b9ba56e17eec74d6c55c0126836d214f608329ad9182e8105b24f1dd68909b915436447a93e00d863a7131719d4e0e3b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql-pagination (2.1.2)
4
+ graphql-pagination (2.1.3)
5
5
  graphql (~> 2.0)
6
6
 
7
7
  GEM
@@ -14,6 +14,7 @@ module GraphqlPagination
14
14
 
15
15
  Class.new(collection_base) do
16
16
  graphql_name type_name
17
+ description "#{graphql_name} type"
17
18
  field :collection, [source_type], null: false, description: "A collection of paginated #{graphql_name}"
18
19
  field :metadata, metadata_type, null: false, description: "Pagination Metadata for navigating the Pagination"
19
20
 
@@ -1,3 +1,3 @@
1
1
  module GraphqlPagination
2
- VERSION = '2.1.2'.freeze
2
+ VERSION = '2.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-09-15 00:00:00.000000000 Z
12
+ date: 2023-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql