pylon icon indicating copy to clipboard operation
pylon copied to clipboard

The next generation of building GraphQL APIs

Results 28 pylon issues
Sort by recently updated
recently updated
newest added

**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...

๐ŸŸง priority: high
โœจ goal: improvement
๐Ÿ’ป aspect: code
๐Ÿ“– aspect: docs
๐Ÿ•น aspect: interface

**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...

๐ŸŸจ priority: medium
๐Ÿšฆ status: awaiting triage
โญ goal: addition
๐Ÿค– aspect: dx

#### 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....

๐ŸŸจ priority: medium
๐Ÿ status: ready for de
โœจ goal: improvement
๐Ÿ’ป aspect: code
๐Ÿค– aspect: dx

**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...

๐ŸŸฉ priority: low
๐Ÿšฆ status: awaiting triage
โœจ goal: improvement
๐Ÿ•น aspect: interface

**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...

๐ŸŸฉ priority: low
๐Ÿšฆ status: awaiting triage
โญ goal: addition
๐Ÿ•น aspect: interface

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...

๐Ÿงน status: ticket work required
โœจ goal: improvement
๐Ÿค– aspect: dx
๐Ÿ•น aspect: interface

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`...

โญ goal: addition
๐Ÿ’ฌ talk: discussion