datajunction-server 0.0.142__tar.gz → 0.0.144__tar.gz
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.
- {datajunction_server-0.0.142 → datajunction_server-0.0.144}/PKG-INFO +1 -1
- {datajunction_server-0.0.142 → datajunction_server-0.0.144}/datajunction_server/api/graphql/schema.graphql +5 -0
- {datajunction_server-0.0.142 → datajunction_server-0.0.144}/.gitignore +0 -0
- {datajunction_server-0.0.142 → datajunction_server-0.0.144}/README.md +0 -0
- {datajunction_server-0.0.142 → datajunction_server-0.0.144}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datajunction-server
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.144
|
|
4
4
|
Summary: DataJunction server library for running to a DataJunction server
|
|
5
5
|
Project-URL: Homepage, https://datajunction.io
|
|
6
6
|
Project-URL: Repository, https://github.com/DataJunction/dj
|
|
@@ -322,6 +322,11 @@ type Node {
|
|
|
322
322
|
type NodeConnection {
|
|
323
323
|
pageInfo: PageInfo!
|
|
324
324
|
edges: [NodeEdge!]!
|
|
325
|
+
|
|
326
|
+
"""
|
|
327
|
+
Total number of items matching the filters, ignoring pagination. Populated only when requested by the client to avoid the extra count query.
|
|
328
|
+
"""
|
|
329
|
+
totalCount: Int
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
type NodeEdge {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|