Segelente
Segelente
Hey, Absolutely! You can totally do that if you want to. I tried it once but couldn't do it in time for university.
Thank you for your reply. The situation is as follows: I am returning two types of objects, both of which implement the Header interface (Object A and Object B). Object...
This is my Schema: ``` type Query{ query: ReturnObject } type ReturnObject{ id: ID header: [Header] } interface Header{ id: ID description: String } interface Extension{ id: ID data: String...
Hello everyone, Thanks for your patience. I really appreciate your help. I have created a project: https://github.com/Segelente/demo-nested-batches I hope this helps. Unfortunately, I am not responsible for the design choices...