Error: subscription `sub` can only have one root field ╭─[0006_subscription_with_multiple_root_fields_in_inline_fragments.graphql:1:1] │ 1 │ ╭─▶ subscription sub { ┆ ┆ 9 │ ├─▶ } │ │ │ ╰─────── subscription with 2 root fields │ │ Help: There are 2 root fields: newMessage, disallowedSecondRootField. This is not allowed. ───╯