UNPKG

@graphql-codegen/plugin-helpers

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