Source code for flask_graphql_auth.fields

import graphene


[docs]class AuthInfoField(graphene.ObjectType): message = graphene.String()