add a test with a pile of nested interfaces
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
query InterfaceNesting {
|
||||
root {
|
||||
id
|
||||
children {
|
||||
id
|
||||
parent {
|
||||
id
|
||||
children {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user