I can't seem to get graphql subscriptions to work with the graphql
gem and ActionCable 6.
The schema is able to be introspected and the following query:
subscription buildSub($buildUuid:String!) {
build(uuid:$buildUuid) {
uuid
status
success
lastModified