Repository URL to install this package:
|
Version:
2.0.21 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_server_1 = require("apollo-server");
exports.default = apollo_server_1.gql `
type Suggestion {
parent: String!
child: String!
}
type SuggestionResponse {
type: String
suggestions: [Suggestion]
}
`;
//# sourceMappingURL=SearchSuggestion.graphql.js.map