Skip to content

Commit dd5e8c4

Browse files
committed
fixing types
1 parent e181931 commit dd5e8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/services/api.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type { ApiSettingsSchema, Route, IncomingRequest, GatewayResponse } from
66
import SocketIOService from "moleculer-io";
77
{{/apiIO}}
88
{{#apiGQL}}
9+
import { ApolloService } from "moleculer-apollo-server";
910
import type { ApolloServiceMethods, ApolloServiceLocalVars, ApolloServiceSettings } from "moleculer-apollo-server";
1011
import { GraphQLJSONObject } from "graphql-type-json";
1112
{{/apiGQL}}

0 commit comments

Comments
 (0)