diff --git a/packages/plugins/typescript/react-apollo/src/index.ts b/packages/plugins/typescript/react-apollo/src/index.ts index 19dce9c2de5..faa9e4f0648 100644 --- a/packages/plugins/typescript/react-apollo/src/index.ts +++ b/packages/plugins/typescript/react-apollo/src/index.ts @@ -101,13 +101,13 @@ export interface ReactApolloRawPluginConfig extends RawClientSideBasePluginConfi * @default react-apollo */ reactApolloImportFrom?: string; - componentSuffix?: string; /** * @name componentSuffix * @type string * @description You can specify a suffix that gets attached to the name of the generated component. * @default Component */ + componentSuffix?: string; } export const plugin: PluginFunction = (schema: GraphQLSchema, documents: Types.DocumentFile[], config: ReactApolloRawPluginConfig) => {