graphql-pagination 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/graphql_pagination/collection_type.rb +1 -0
- data/lib/graphql_pagination/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4957b0f34272595a82bbdd6fd645800f324a7fcf6b0a4dbf29f9ca077d2bf47
|
|
4
|
+
data.tar.gz: efbac1904152ec230e65d4cbd964c6bd14f77ee30ee4fff86537fdf0f2ddb32b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b688737afcde10674e2f7a1348f6eb7c49bd172e36863a86131c933cf8aad4daf9559bd0b8a3195a178b036583b13ba1c5a701515ae1d169e25f1eda7fa4b0e0
|
|
7
|
+
data.tar.gz: f7aa28fb0557930ba5d1c6dafb237086b9ba56e17eec74d6c55c0126836d214f608329ad9182e8105b24f1dd68909b915436447a93e00d863a7131719d4e0e3b
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
12
|
+
date: 2023-09-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: graphql
|