Add new types file

This commit is contained in:
Ramon Wenger 2022-05-25 21:56:19 +02:00
parent b12d1c1a9f
commit af7dfad9c1
1 changed files with 5 additions and 0 deletions

5
server/api/types.py Normal file
View File

@ -0,0 +1,5 @@
import graphene
class FailureNode(graphene.Interface):
reason = graphene.String()