UNPKG

@graphql-codegen/typescript-nhost

Version:
8 lines (7 loc) 288 B
import { RawTypesConfig } from '@graphql-codegen/visitor-plugin-common'; /** * @description This plugin generates the Typescript schema that enables queries and mutations to be typed in the Nhost SDK. * */ export interface NhostPluginConfig extends Pick<RawTypesConfig, 'scalars'> { }