Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

cppgraphqlgen #192

Open
kindlychung opened this issue Nov 30, 2018 · 0 comments
Open

cppgraphqlgen #192

kindlychung opened this issue Nov 30, 2018 · 0 comments

Comments

@kindlychung
Copy link

repo: https://github.com/Microsoft/cppgraphqlgen

This project includes a graphqlservice library with the core functionality of a GraphQL service and a schemagen utility to generate types for your custom GraphQL service schema definition. Once you implement the pure virtual methods on the object interfaces and add hooks to the Relay Network Layer/Apollo Terminating Link to call your service, you can use the same GraphQL client code to access your native data source or a GraphQL service online. You might even be able to share some more of that code between a progressive web app and your native/hybrid app.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant