Bill Avery
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...
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...