tatejones
tatejones
#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [ ] GraphQL Playground - [x ]...
As posted on issue #390 When using discriminators the prepareChildResolver process (copyResolverArgTypes) will treat _operators, AND and OR as fields and call extendField from the baseResolver args to the childResolver...
When using discriminators the prepareChildResolver process (copyResolverArgTypes) will treat _operators, AND and OR as fields and call extendField from the baseResolver args to the childResolver args. This will overwrite the...
From the code it looks like it expects all types to have fields. The GraphQLUnionType does not support fields, but the getTypes() on this type would expose each type with...
Hi, When attempting to run the config-recommended-ipad-16x9-multirate.yml on a Mac OS X I receive the following error. [buffer @ 0x7f9190c0da20] Unable to parse option value "-1" as pixel format Error...
What is the appropriate process for adding an additional subscriber (different queue and handler) after the Message Service has started? Once a subscriber has been added and the service started...
If an event listener is placed on "htmx:confirm" and then a issueRequest() is made the custom event parameters are lost from the htmx.trigger. If the issueRequest() is commented out the...