[Note]: experiment of IoC for GraphQL
Open
note
- Dominant language
- C#
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```c#
/** IoC for GraphQL with Architecture oriented */
services.BatchScoped("*Type"); // Only GraphQL Type can be set to Scoped
services.BatchSingleton("*Schema");
services.BatchSingleton("*Service");
services.BatchSingleton("*Query");
services.BatchSingleton("*Mutation");
services.BatchSingleton("*Subscription");
```
Contributor guide
Assessment
This issue has not been assessed yet.