emattias
11/14/2017, 5:02 PMmerchant {
foo{
bar {
baz{
baa
}
}
}
}
and bar does not exists, should the response be an object containing baz and baa keys (and baa is null) or should bar be equal to null? What is recommended graphql behavior?