Add new types file
This commit is contained in:
parent
b12d1c1a9f
commit
af7dfad9c1
|
|
@ -0,0 +1,5 @@
|
||||||
|
import graphene
|
||||||
|
|
||||||
|
|
||||||
|
class FailureNode(graphene.Interface):
|
||||||
|
reason = graphene.String()
|
||||||
Loading…
Reference in New Issue