quantum-flow 1.15.1 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -462,7 +462,7 @@ This project provides a set of decorators to define GraphQL schema and resolvers
|
|
|
462
462
|
```typescript
|
|
463
463
|
@Server({
|
|
464
464
|
controllers: [GraphQlController],
|
|
465
|
-
graphql: { enabled: true, path:'/graphql },
|
|
465
|
+
graphql: { enabled: true, path: '/graphql' },
|
|
466
466
|
})
|
|
467
467
|
export class App {}
|
|
468
468
|
```
|