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