"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_PAGE_SIZE = exports.RELAY_TYPE_PROMOTER_FIELD = void0;
// use this data field to tell node definitions which type to returnexports.RELAY_TYPE_PROMOTER_FIELD = '_type_';
exports.MAX_PAGE_SIZE = 100;