flavors/django-graphql-social-auth

View on GitHub
graphql_social_auth/relay/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from .mutations import SocialAuth, SocialAuthJWT, SocialAuthMutation

__all__ = ['SocialAuthMutation', 'SocialAuth', 'SocialAuthJWT']