UNPKG

blips

Version:

State management for the GraphQL heads

10 lines (8 loc) 251 B
"use strict"; exports.__esModule = true; exports.getOperationName = getOperationName; function getOperationName() { var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, value = _ref.name.value; return value; }