UNPKG

ohmygql

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]

7 lines (4 loc) 211 B
import { PluginFunction } from '@graphql-codegen/plugin-helpers'; declare const plugin: PluginFunction; declare const mockPlugin: (operations: Record<string, string>) => string; export { mockPlugin, plugin };