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

