Gustavo Sverzut Barbieri
Gustavo Sverzut Barbieri
Hi, in a forum you mention IIO interface, did you get to do it?
Support directives, such as: ```graphql query aQuery($ignoreX: Boolean) { x @skip(if: $ignoreX) } ```
While the error is misleading (I should fix that), in GraphQL you can't select fields of an union type directly, you must use fragments to select depending on each type...
Setup and integrate a CI system such as travis/circle/jenkins to verify the quality (flake8 + nose tests)
Support for named fragments as below: ```graphql query { node(id: "some-id") { ... UserLogin } } fragment UserName on User { login } ````
There are more gateways, not just braintree and stripe.
Hi, The current `c_checker()` and `cpp_checker()` uses a simple `-I. -I..` which will get you some basic tests, but in real world we're often using things like `pkg-config --cflags glib-2.0`...
It would be lovely to have something like https://github.com/wittydeveloper/react-apollo-form that takes the GraphQL schema and output basic MSON components for each `input` type, as well forms for each `mutation` (which...
For projects using CocoaPods to manage native dependencies it's useful to include the `RNDeviceBrightness.podspec`. This PR adds that file and instructions on how to use it. **NOTE:** do **NOT** send...