UNPKG

@graphql-codegen/plugin-helpers

Version:
7 lines (6 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isComplexPluginOutput = isComplexPluginOutput; function isComplexPluginOutput(obj) { return typeof obj === 'object' && Object.prototype.hasOwnProperty.call(obj, 'content'); }