@graphql-codegen/add
Advanced tools
Comparing version 5.0.2 to 5.0.3-rc-20240613091802-2be8aa78acb19ca130a277eef8aebf7f6f355a53
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.plugin = void 0; | ||
const tslib_1 = require("tslib"); | ||
const config_js_1 = require("./config.js"); | ||
tslib_1.__exportStar(require("./config.js"), exports); | ||
const plugin = async (schema, documents, config) => { | ||
@@ -6,0 +8,0 @@ const placement = config.placement || 'prepend'; |
import { VALID_PLACEMENTS } from './config.js'; | ||
export * from './config.js'; | ||
export const plugin = async (schema, documents, config) => { | ||
@@ -3,0 +4,0 @@ const placement = config.placement || 'prepend'; |
{ | ||
"name": "@graphql-codegen/add", | ||
"version": "5.0.2", | ||
"version": "5.0.3-rc-20240613091802-2be8aa78acb19ca130a277eef8aebf7f6f355a53", | ||
"description": "GraphQL Code Generator plugin for adding custom content to your output file", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
import { PluginFunction } from '@graphql-codegen/plugin-helpers'; | ||
import { AddPluginConfig } from './config.js'; | ||
export * from './config.js'; | ||
export declare const plugin: PluginFunction<AddPluginConfig>; | ||
@@ -4,0 +5,0 @@ declare const _default: { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4703
65
2