Rohit Ravikoti
Rohit Ravikoti
Hi! Would it be possible to add [serverless-kubeless](https://github.com/serverless/serverless-kubeless) support?
Hi guys, Thank you so much for this library. It has been very helpful for creating my component. I was wondering how I can go about creating a UMD build...
Adding support for GraphQL Interfaces and Unions. Should fix #30.
**Describe the bug** If the root query type is named something other than `Query` (i.e. `query_root`), the schema does not get built correctly. **To Reproduce** Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** It is currently not possible to use a standalone version to be used with server-side frameworks. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Currently, the `graphql-birdseye` package is only available in React and it would be nice...
`createClass` was being called from react-native rather than from react. Fixed the issue by changing React to ReactNative and creating a new React variable which references react.