pylon
pylon copied to clipboard
The next generation of building GraphQL APIs
**Is your feature request related to a problem? Please describe.** Interfaces & Unions are currently not fully supported. **Describe the solution you'd like** ```ts import {app, ID} from '@getcronit/pylon' type...
**Description:** Currently, Pylon's `auth.initialize()` method is tightly integrated with ZITADEL for authentication, which is effective for OIDC standards but limits flexibility for projects that may require custom authentication methods. It...
#### Description To ensure the robustness and reliability of the Pylon framework, it is essential to develop a comprehensive test suite. This should cover: 1. Unit tests for individual components....
**Description:** The automatic GraphQL API generation feature in Pylon (as outlined in [Pylon Documentation](https://pylon.cronit.io/docs/core-concepts/automatic-graphql-api-generation)) simplifies the creation of GraphQL APIs but introduces a risk of unintended breaking changes due to...
**Description:** To enhance the management of breaking changes in GraphQL schemas, it would be beneficial to implement a versioning system similar to Shopify's approach with dated URLs. This feature will...
V3
This pull request includes significant updates to the `@getcronit/pylon` packages, introducing major changes and new features, as well as some minor improvements and bug fixes. The most important changes include...
> On the TDD DX, any way of being able to be able to not need to rebuild Pylon whenever the source changes for Node (I know this isn't the...
Hi there, Using the [docs](https://hono.dev/docs/api/routing#base-path) I'm trying to set the `.basePath()` on the Hono instance and it doesn't appear to be working. Any tips? Many thanks
**Description:** Currently, GraphQL supports basic scalar types like `Int`, `Float`, `String`, etc. However, certain applications require custom scalar types for specific use cases, such as handling `BigInt`, `Decimal`, or `Money`...