Dani

Results 3 issues of Dani

is possible to create an admin class with translation fields in parent django-polymorphic model?

ref #217 #230 #276 ## @jwt_cookie ```py from django.urls import path from graphene_django.views import GraphQLView from graphql_jwt.decorators import jwt_cookie urlpatterns = [ path("graphql/", jwt_cookie(GraphQLView.as_view())), ] ``` ```py GRAPHQL_JWT = {...

enhancement