index.js 1.8 KB

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