masschallenge/impact-api

View on GitHub
web/impact/impact/graphql/types/interest_category_type.py

Summary

Maintainability
A
0 mins
Test Coverage
from graphene_django import DjangoObjectType

from accelerator.models import InterestCategory


class InterestCategoryType(DjangoObjectType):
    class Meta:
        model = InterestCategory