Jacob Rhoda
10/13/2023, 5:59 PMbod
10/13/2023, 6:07 PMquery Animal {
... on Dog {
bark
}
... on Cat {
meow
}
}
Jacob Rhoda
10/13/2023, 6:23 PMbod
10/13/2023, 6:28 PMmbonnin
10/13/2023, 8:49 PMmbonnin
10/13/2023, 8:52 PMresponseBased
has a bunch of issues like this one for an example.It works well in simple cases but complex queries become really hard to handleJacob Rhoda
10/13/2023, 9:05 PMmbonnin
10/14/2023, 12:07 PMmbonnin
10/14/2023, 12:09 PMmbonnin
10/14/2023, 12:10 PM