Javier Moreno
Javier Moreno
Hi, ¿Is Subscription a reserved type Name? i expect to redefine Subscription rootType name as stated on graphql specs: https://spec.graphql.org/October2021/#sec-Root-Operation-Types ### Steps to reproduce **Given following example:** ``` 'use strict'...
Given Schema: ``` type Query { detailContent: [Content!] } type Post implements Content { id: ID! title: String! type: String! related: [Content] } type Article implements Content { id: ID!...
Hi, I was trying to deploy an app using fermium-alpine-latest on a openshift cluster (3.11) and it throws an error when pod start: `Assertion failed in ../deps/scarab_zmq_agent/src/zmq_agent.cc on line 552:...