skillbox/server/api/types.py

6 lines
88 B
Python

import graphene
class FailureNode(graphene.Interface):
reason = graphene.String()