awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesEnum Attribute Customization

Customizing auto-generated GraphQL enum types using CLR attributes.

Distinct from Schema-Derived Enum Generators: Focuses on modifying enum member metadata via attributes, whereas the parent is about generating the enum type itself.

Explore 1 awesome GitHub repository matching data & databases · Enum Attribute Customization. Refine with filters or upvote what's useful.

Awesome Enum Attribute Customization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • graphql-python/graphene-djangographql-python का अवतार

    graphql-python/graphene-django

    4,390GitHub पर देखें↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Automatically generates typed GraphQL enums from Django model choice fields using standard naming patterns.

    Python
    GitHub पर देखें↗4,390
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Schema-Derived Enum Generators
  5. Enum Attribute Customization

सब-टैग एक्सप्लोर करें

  • Choice Field EnumsAutomatically generates GraphQL enum types from database model choice fields. **Distinct from Enum Attribute Customization:** Specifically focuses on mapping Django's model choices to GraphQL enums, rather than general attribute customization.