Skip to content

v0.1.0-alpha4

Compare
Choose a tag to compare
@eamigo86 eamigo86 released this 25 Oct 14:25
· 286 commits to master since this release
  1. Added queryset options to DjangoListObjectType Meta class for specify wanted model queryset.
  2. Added AuthenticatedGraphQLView on graphene_django_extras.views for use ‘permission’, ‘authorization’ and ‘throttle’ classes based on the DRF settings. Special thanks to @jacobh for this comment.