UNPKG

graphql-relay

Version:

A library to help construct a graphql-js server supporting react-relay.

119 lines (117 loc) 3.07 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); Object.defineProperty(exports, 'backwardConnectionArgs', { enumerable: true, get: function () { return _connection.backwardConnectionArgs; }, }); Object.defineProperty(exports, 'connectionArgs', { enumerable: true, get: function () { return _connection.connectionArgs; }, }); Object.defineProperty(exports, 'connectionDefinitions', { enumerable: true, get: function () { return _connection.connectionDefinitions; }, }); Object.defineProperty(exports, 'forwardConnectionArgs', { enumerable: true, get: function () { return _connection.forwardConnectionArgs; }, }); Object.defineProperty(exports, 'connectionFromArray', { enumerable: true, get: function () { return _arrayConnection.connectionFromArray; }, }); Object.defineProperty(exports, 'connectionFromArraySlice', { enumerable: true, get: function () { return _arrayConnection.connectionFromArraySlice; }, }); Object.defineProperty(exports, 'connectionFromPromisedArray', { enumerable: true, get: function () { return _arrayConnection.connectionFromPromisedArray; }, }); Object.defineProperty(exports, 'connectionFromPromisedArraySlice', { enumerable: true, get: function () { return _arrayConnection.connectionFromPromisedArraySlice; }, }); Object.defineProperty(exports, 'cursorForObjectInConnection', { enumerable: true, get: function () { return _arrayConnection.cursorForObjectInConnection; }, }); Object.defineProperty(exports, 'cursorToOffset', { enumerable: true, get: function () { return _arrayConnection.cursorToOffset; }, }); Object.defineProperty(exports, 'getOffsetWithDefault', { enumerable: true, get: function () { return _arrayConnection.getOffsetWithDefault; }, }); Object.defineProperty(exports, 'offsetToCursor', { enumerable: true, get: function () { return _arrayConnection.offsetToCursor; }, }); Object.defineProperty(exports, 'mutationWithClientMutationId', { enumerable: true, get: function () { return _mutation.mutationWithClientMutationId; }, }); Object.defineProperty(exports, 'nodeDefinitions', { enumerable: true, get: function () { return _node.nodeDefinitions; }, }); Object.defineProperty(exports, 'fromGlobalId', { enumerable: true, get: function () { return _node.fromGlobalId; }, }); Object.defineProperty(exports, 'globalIdField', { enumerable: true, get: function () { return _node.globalIdField; }, }); Object.defineProperty(exports, 'toGlobalId', { enumerable: true, get: function () { return _node.toGlobalId; }, }); Object.defineProperty(exports, 'pluralIdentifyingRootField', { enumerable: true, get: function () { return _plural.pluralIdentifyingRootField; }, }); var _connection = require('./connection/connection'); var _arrayConnection = require('./connection/arrayConnection'); var _mutation = require('./mutation/mutation'); var _node = require('./node/node'); var _plural = require('./node/plural');