Yaacov Rydzinski

Results 78 issues of Yaacov Rydzinski

Helpful for schema proxying, see: https://github.com/yaacovCR/graphql-tools-fork/blob/with-apollo-upload-client/src/scalars/GraphQLUpload.ts#L10 Maybe your package could provide two scalars, one for server?

adds tests for `expectPromise` and `expectEqualPromisesOrValues` #3620 introduced `expectEqualPromisesOrValues` with a TODO of moving to testUtils and testing. This PR accomplishes that, and also moves the related `expectPromise` function, adding...

PR: polish 💅

See: https://github.com/graphql/graphql-spec/pull/950

spec RFC

`execute` no longer runs the query algorithm for subscription operations. Rather, subscription operations are performed, as per the spec. `subscribe` and `createSourceEventStream` are removed. See additional comments below.

PR: breaking change 💥

= The child interfaces must eventually resolve to a runtime object type. implements: #3253

PR: feature 🚀

Spec PR: https://github.com/graphql/graphql-spec/pull/947 Original issue raised by @benjaminjkraft : #3592

spec RFC

...to try to avoid involuntary context switches. This seems to me to be pretty TETAW ("too easy to actually work").

Motivation: 1. Some visit context information is rarely used, this could be pathway toward refactoring, future-proofing any breaking changes to come. (see: https://github.com/graphql/graphql-js/issues/3225) 2. Eventually, BREAK and/or other visit controllers...

PR: breaking change 💥

See https://github.com/ardatan/graphql-tools/issues/1453

enhancement

See: https://github.com/graphql/graphql-spec/pull/939

spec RFC