UNPKG

gatsby

Version:
14 lines (13 loc) 357 B
"use strict"; exports.__esModule = true; exports.definitionsReducer = void 0; const definitionsReducer = (state = new Map(), action) => { switch (action.type) { case `SET_GRAPHQL_DEFINITIONS`: return action.payload; default: return state; } }; exports.definitionsReducer = definitionsReducer; //# sourceMappingURL=definitions.js.map