UNPKG

1.85 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ApolloServerPluginInlineTraceDisabled = exports.ApolloServerPluginInlineTrace = exports.ApolloServerPluginSchemaReporting = exports.ApolloServerPluginUsageReportingFromLegacyOptions = exports.ApolloServerPluginUsageReportingDisabled = exports.ApolloServerPluginUsageReporting = void 0;
4function ApolloServerPluginUsageReporting(options = Object.create(null)) {
5 return require('./usageReporting').ApolloServerPluginUsageReporting(options);
6}
7exports.ApolloServerPluginUsageReporting = ApolloServerPluginUsageReporting;
8function ApolloServerPluginUsageReportingDisabled() {
9 return require('./usageReporting').ApolloServerPluginUsageReportingDisabled();
10}
11exports.ApolloServerPluginUsageReportingDisabled = ApolloServerPluginUsageReportingDisabled;
12function ApolloServerPluginUsageReportingFromLegacyOptions(options = Object.create(null)) {
13 return require('./usageReporting').ApolloServerPluginUsageReportingFromLegacyOptions(options);
14}
15exports.ApolloServerPluginUsageReportingFromLegacyOptions = ApolloServerPluginUsageReportingFromLegacyOptions;
16function ApolloServerPluginSchemaReporting(options = Object.create(null)) {
17 return require('./schemaReporting').ApolloServerPluginSchemaReporting(options);
18}
19exports.ApolloServerPluginSchemaReporting = ApolloServerPluginSchemaReporting;
20function ApolloServerPluginInlineTrace(options = Object.create(null)) {
21 return require('./inlineTrace').ApolloServerPluginInlineTrace(options);
22}
23exports.ApolloServerPluginInlineTrace = ApolloServerPluginInlineTrace;
24function ApolloServerPluginInlineTraceDisabled() {
25 return require('./inlineTrace').ApolloServerPluginInlineTraceDisabled();
26}
27exports.ApolloServerPluginInlineTraceDisabled = ApolloServerPluginInlineTraceDisabled;
28//# sourceMappingURL=index.js.map
\No newline at end of file