eamigo86 / graphene-django-extras

Extras functionalities for Graphene-Django
MIT License
417 stars 107 forks source link

Add non required fields filter and CustomDateTime #207

Open TusharAthare opened 5 days ago

TusharAthare commented 5 days ago

Description

This PR refactors the utility functions in the graphene_django_extras.utils module to enhance flexibility and improve handling of user-defined schema requirements and date-time formats. Specifically:

Problem Addressed

Proposed Solution

Impact

TusharAthare commented 5 days ago

@eamigo86 Can you please review the code?