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