eddeee888 / graphql-code-generator-plugins

List of GraphQL Code Generator plugins that complements the official plugins.
MIT License
50 stars 12 forks source link

Option typesPluginsConfig.typesPrefix not aplied #76

Closed polRk closed 2 months ago

polRk commented 1 year ago

Expected

    import type   { IResolvers } from './types.generated';

Actual

    import type   { Resolvers } from './types.generated';
eddeee888 commented 2 months ago

This is now fixed in v0.10