Bill Avery

Results 9 issues of Bill Avery

This is a potential fix for Issue #39. It depends on having python2 and winflexbison in the program path because the output of flex and bison is a little different...

CLA Signed

If I'm reading the [spec](http://facebook.github.io/graphql/June2018/#sec-Objects) right, type definitions which implement multiple interfaces should have a `&` separator between the interface names and optionally before the first interface name for a...

## Description Both of these libraries/tools are part of the [microsoft/cppgraphqlgen](https://github.com/microsoft/cppgraphqlgen) project, but I split them into separate entries to make it clear that it supports generating both client and...

Suppose you have a `Subscription` type in your schema like so: ```graphql type Subscription { fieldA: String! fieldB: String! } ``` The type-erased `object::Subscription` interface will have resolvers that call...

Adding some constants that are already in [microsoft/MAPIStubLibrary](https://github.com/microsoft/MAPIStubLibrary/blob/main/include/MAPIDefS.h).

This is where I'm going to start tracking features for 5.0, the next major version of `cppgraphqlgen`. This will be a breaking change for existing consumers, so it's an opportunity...

enhancement

**Is your feature request related to a problem? Please describe.** We use WebResourceRequested to return JS bundles as streams using a custom URL. Anytime we load the script in the...

feature request
tracked

In https://github.com/async-graphql/async-graphql/commit/07c9b985d474673bd0c0fdec37f7b03a389e2906, both versions of `Schema::execute_stream_with_session_data` added a `'static` lifetime constraint to the return type. The `Schema::execute_stream` function calls through to that with `Default::default()` for the session data parameter, but...