Skip to content

Features

This page lists the features of the project.

Status Description
Done
〰️ In progress
Not started
Feature Status Comments
Generate ObjectType from Django model Pending for documentation
Generate InputObjectType from Django model Pending for documentation
Generate Fields from Django model Pending for documentation
Generate InputFields from Django model Pending for documentation
Generate Arguments from Django model Pending for documentation
Generate Mutations from Django model Pending for documentation
Generate Queries from Django model Pending for documentation
Generate resolvers from Django model Pending for documentation
Generate Create operation for a Django model Pending for documentation
Generate Read operation for a Django model Pending for documentation
Generate Update operation for a Django model Pending for documentation
Generate Delete operation for a Django model Pending for documentation
Generate Deactivate operation for a Django model Pending for documentation
Generate Activate operation for a Django model Pending for documentation
Generate List operation for a Django model Pending for documentation
Generate Search operation for a Django model Pending for documentation
Generate each operation, all to be performed massively Pending for documentation
Handle null and blank attribute of Django model Pending for documentation
Handle editable attribute of Django model Pending for documentation
Handle help_text attribute of Django model Pending for documentation
Handle default attribute of Django model Pending for documentation
Handle choices attribute of Django model Pending for documentation
Handle OneToOneField field of Django model Pending for documentation
Handle OneToOneRel field of Django model Pending for documentation
Handle ManyToManyField field of Django model Pending for documentation
Handle ManyToManyRel field of Django model Pending for documentation
Handle ForeignKey field of Django model Pending for documentation
Handle ManyToOneRel field of Django model Pending for documentation
Handle GenericForeignKey field of Django model Pending for documentation
Handle GenericRel field of Django model Pending for documentation
Handle FileField and ImageField fields of Django Model Pending for documentation
Handle JSONField field of Django model Pending for documentation
Allowing nested mutations at any depth level Pending for documentation
Allowing nested queries at any depth level Pending for documentation
Handle pagination of query results Pending for documentation
Handle sorting of query results Pending for documentation
Handle advanced search Pending for documentation
Handle advanced search with AND operator Pending for documentation
Handle advanced search with OR operator Pending for documentation
Handle advanced search with NOT operator Pending for documentation
Handle advanced search with relational fields operator Pending for documentation
Providing a friendly and comprehensive list of errors Pending for documentation
Allow use the ObjectTypes generated from the models Pending for documentation
Allow customizing the ObjectType generated by CRUDDALS Pending for documentation
Allow customizing the InputObjectType generated by CRUDDALS Pending for documentation
Allow customizing the Fields generated by CRUDDALS Pending for documentation
Allow customizing the InputFields generated by CRUDDALS Pending for documentation
Allow customizing the Arguments generated by CRUDDALS Pending for documentation
Allow customizing the Mutations generated by CRUDDALS Pending for documentation
Allow customizing the Queries generated by CRUDDALS Pending for documentation
Allow customizing the resolvers generated by CRUDDALS Pending for documentation
Generate all operations at the model, app, or project level Pending for documentation
Files for consuming the GraphQL API with any JavaScript client Pending for documentation
File with the queries and mutations for with GraphiQL Pending for documentation
File with the entire GraphQL schema generated Pending for documentation
Handle transactions in mutations Pending for documentation
Handle directives in queries and mutations Pending for documentation
Handle subscriptions Pending for documentation
Optimized queries and mutations Pending for documentation
Generate Types for TypeScript Pending for documentation
Generate validators for Zod, Yup, others Pending for documentation