@corejam/base
Version:
A scaffolding for building progressive GraphQL powered jamstack applications
20 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
Query: {
objectFromURL: (_obj, args, ctx) => {
return ctx.models.objectFromURL(args.url);
},
},
Paginated: {
__resolveType() {
return null;
},
},
Timestamp: {
__resolveType() {
return null;
},
},
};
//# sourceMappingURL=SEO.js.map