@giraphql/plugin-simple-objects
Version:
A GiraphQL plugin for defining objects and interfaces without ts definitions for those types
7 lines • 294 B
TypeScript
import './global-types';
import { BasePlugin, SchemaTypes } from '@giraphql/core';
declare const pluginName: "simpleObjects";
export default pluginName;
export declare class GiraphQLSimpleObjectsPlugin<Types extends SchemaTypes> extends BasePlugin<Types> {
}
//# sourceMappingURL=index.d.ts.map