Mark Sandstrom

Results 7 issues of Mark Sandstrom

Consider a query like the following: ``` { user { id ... on RegisteredUser { name } } ``` If "id" is required when "name" is selected (due to federation...

We have a use case that requires access to the query plan. We use the query plan for side-by-side testing responses when migrating fields between services. Would y'all be open...

internally-reviewed

When null is returned for a non-nullable field, graphql-go-tools usually bubbles the null to the nearest nullable parent and adds an error indicating that the original field with the null...

internally-reviewed

As mentioned in #295, raw string content in the AST is unquoted in block strings, but the ValueToJSON method assumes string content is quoted. This means invalid JSON may be...

Our service schemas are 1k-4k lines each, and producing an engine configuration for all services (around 35k lines total) takes about 15-20 seconds on a 2.7 GHz Quad-Core Intel Core...

Fixes #828. This PR makes it so objects in the FS backend are streamed from disk instead of being loaded into memory. This drastically reduces memory usage when working with...

This issue is like #669 except that it's specific to downloading. When downloading an object fake-gcs-server loads an entire object into memory. This can be problematic when there are concurrent...