We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ef9bc commit 0a1dff0Copy full SHA for 0a1dff0
1 file changed
Tocsoft.GraphQLCodeGen.Cli/Templates/ts/typescript.template
@@ -38,7 +38,7 @@ function {{pascalCase ClassName}}Error(message:string, httpResponse:Response, gr
38
export { {{pascalCase ClassName}}Error }
39
40
{{>ClientClassDecorators}}
41
-export default class {{pascalCase ClassName}}Client {
+export class {{pascalCase ClassName}}Client {
42
43
constructor(public client: fetchClient, public url: string) { }
44
0 commit comments