Mikkel

Results 7 issues of Mikkel

I'm having an issue with GraphQL queries with nested unions causing the compiler to hang. I'm trying to do something like the following ``` module Notifications = [%graphql {| query...

bug

I've been trying to use `@ppxCustom` on this fragment ``` fragment UserFragment on User { id firstName } ``` where `User` has the following definition ``` type User { id:...

As it is now, the generated types are unique to each generated module, even when they correspond to the same type from the schema. To illustrate, consider this (very contrived!)...

Currently nullable variables in mutations and queries become optional on the rescript-relay side. Suppose there's mutation that looks something like ``` input MyMytationInput { id: ID! a: Int b: Int...

This adds a resolve function to subscription fields. As per [the spec](https://spec.graphql.org/June2018/#sec-Source-Stream), [`graphql-js` calls resolve on each event in the stream](https://github.com/graphql/graphql-js/blob/cfbc023296a1a596429a6312abede040c9353644/src/execution/execute.ts#L1163-L1166) returned by subscribe. However, when using the type factory...

We're seeing subscriptions getting dropped from time to time. Usually +30 hours after starting. Logs on the consumer side say "Subscription stopped" And on the the ESDB side we see...

enhancement
EventStoreDB
consumers