| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @typespec_graphql@0.1.0 source code.tar.gz | 2026-07-17 | 19.8 MB | |
| @typespec_graphql@0.1.0 source code.zip | 2026-07-17 | 30.9 MB | |
| README.md | 2026-07-17 | 615 Bytes | |
| Totals: 3 Items | 50.7 MB | 1 | |
Features
- Initial release of the GraphQL emitter
- Support for
@query,@mutation, and@subscriptionoperation decorators - Support for
@graphqlInterfacedecorator to mark models as GraphQL interfaces - Support for
@composedecorator to implement interfaces - Support for
@operationFieldsdecorator to add operations to models - Support for
@specifiedBydecorator for custom scalar URLs - Automatic input type generation with
Inputsuffix @oneOfinput generation for union-as-input parameters- Visibility-based input/output type splitting
- Union flattening and scalar wrapper generation