Methods
registerGraphQLService
- registerGraphQLService(serviceId: string, schema?: GraphQLSchema | DocumentNode, resolvers?: IResolvers): void
-
Parameters
-
serviceId: string
-
Optional schema: GraphQLSchema | DocumentNode
-
Optional resolvers: IResolvers
Returns void