1 | 'use strict';
|
2 |
|
3 | Object.defineProperty(exports, '__esModule', {
|
4 | value: true,
|
5 | });
|
6 | Object.defineProperty(exports, 'backwardConnectionArgs', {
|
7 | enumerable: true,
|
8 | get: function () {
|
9 | return _connection.backwardConnectionArgs;
|
10 | },
|
11 | });
|
12 | Object.defineProperty(exports, 'connectionArgs', {
|
13 | enumerable: true,
|
14 | get: function () {
|
15 | return _connection.connectionArgs;
|
16 | },
|
17 | });
|
18 | Object.defineProperty(exports, 'connectionDefinitions', {
|
19 | enumerable: true,
|
20 | get: function () {
|
21 | return _connection.connectionDefinitions;
|
22 | },
|
23 | });
|
24 | Object.defineProperty(exports, 'forwardConnectionArgs', {
|
25 | enumerable: true,
|
26 | get: function () {
|
27 | return _connection.forwardConnectionArgs;
|
28 | },
|
29 | });
|
30 | Object.defineProperty(exports, 'connectionFromArray', {
|
31 | enumerable: true,
|
32 | get: function () {
|
33 | return _arrayConnection.connectionFromArray;
|
34 | },
|
35 | });
|
36 | Object.defineProperty(exports, 'connectionFromArraySlice', {
|
37 | enumerable: true,
|
38 | get: function () {
|
39 | return _arrayConnection.connectionFromArraySlice;
|
40 | },
|
41 | });
|
42 | Object.defineProperty(exports, 'connectionFromPromisedArray', {
|
43 | enumerable: true,
|
44 | get: function () {
|
45 | return _arrayConnection.connectionFromPromisedArray;
|
46 | },
|
47 | });
|
48 | Object.defineProperty(exports, 'connectionFromPromisedArraySlice', {
|
49 | enumerable: true,
|
50 | get: function () {
|
51 | return _arrayConnection.connectionFromPromisedArraySlice;
|
52 | },
|
53 | });
|
54 | Object.defineProperty(exports, 'cursorForObjectInConnection', {
|
55 | enumerable: true,
|
56 | get: function () {
|
57 | return _arrayConnection.cursorForObjectInConnection;
|
58 | },
|
59 | });
|
60 | Object.defineProperty(exports, 'cursorToOffset', {
|
61 | enumerable: true,
|
62 | get: function () {
|
63 | return _arrayConnection.cursorToOffset;
|
64 | },
|
65 | });
|
66 | Object.defineProperty(exports, 'getOffsetWithDefault', {
|
67 | enumerable: true,
|
68 | get: function () {
|
69 | return _arrayConnection.getOffsetWithDefault;
|
70 | },
|
71 | });
|
72 | Object.defineProperty(exports, 'offsetToCursor', {
|
73 | enumerable: true,
|
74 | get: function () {
|
75 | return _arrayConnection.offsetToCursor;
|
76 | },
|
77 | });
|
78 | Object.defineProperty(exports, 'mutationWithClientMutationId', {
|
79 | enumerable: true,
|
80 | get: function () {
|
81 | return _mutation.mutationWithClientMutationId;
|
82 | },
|
83 | });
|
84 | Object.defineProperty(exports, 'nodeDefinitions', {
|
85 | enumerable: true,
|
86 | get: function () {
|
87 | return _node.nodeDefinitions;
|
88 | },
|
89 | });
|
90 | Object.defineProperty(exports, 'fromGlobalId', {
|
91 | enumerable: true,
|
92 | get: function () {
|
93 | return _node.fromGlobalId;
|
94 | },
|
95 | });
|
96 | Object.defineProperty(exports, 'globalIdField', {
|
97 | enumerable: true,
|
98 | get: function () {
|
99 | return _node.globalIdField;
|
100 | },
|
101 | });
|
102 | Object.defineProperty(exports, 'toGlobalId', {
|
103 | enumerable: true,
|
104 | get: function () {
|
105 | return _node.toGlobalId;
|
106 | },
|
107 | });
|
108 | Object.defineProperty(exports, 'pluralIdentifyingRootField', {
|
109 | enumerable: true,
|
110 | get: function () {
|
111 | return _plural.pluralIdentifyingRootField;
|
112 | },
|
113 | });
|
114 | var _connection = require('./connection/connection');
|
115 | var _arrayConnection = require('./connection/arrayConnection');
|
116 | var _mutation = require('./mutation/mutation');
|
117 | var _node = require('./node/node');
|
118 | var _plural = require('./node/plural');
|