UNPKG

annotated-graphql

Version:

Annotated GraphQL

34 lines (26 loc) 910 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _restSchemaAnnotation = require('./rest-schema-annotation'); Object.defineProperty(exports, 'RestSchemaAnnotation', { enumerable: true, get: function get() { return _interopRequireDefault(_restSchemaAnnotation).default; } }); var _graphqlSchemaAnnotation = require('./graphql-schema-annotation'); Object.defineProperty(exports, 'GraphQLSchemaAnnotation', { enumerable: true, get: function get() { return _interopRequireDefault(_graphqlSchemaAnnotation).default; } }); var _mapSchemaAnnotation = require('./map-schema-annotation'); Object.defineProperty(exports, 'MapSchemaAnnotation', { enumerable: true, get: function get() { return _interopRequireDefault(_mapSchemaAnnotation).default; } }); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }