Skip to content

Instantly share code, notes, and snippets.

import rest_framework.serializers
import graphql.execution.executor
from django.db.models import Model
from graphene.utils import str_converters
from functools import lru_cache
@lru_cache(maxsize=None)