@graphql-guru/express-server
Version:
Guru GraphQL Express server built on top of Apollo server
7 lines (6 loc) • 748 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = "\n idePersistedCollectionClear: IdePersisted\n\n idePersistedCreate (\n id: String\n collection: String\n description: String\n endpoint: String\n name: String\n precache: Boolean\n query: String\n variables: String\n results: String\n response: String\n ): IdePersisted\n\n idePersistedRemove: IdePersisted\n\n idePersistedHistoryClear: [IdePersisted]\n \n idePersistedHistorySave (\n id: String\n endpoint: String\n query: String\n variables: String\n response: String\n ): IdePersisted ";
//# sourceMappingURL=schemaMutation-persisted.js.map