Kaden Wilkinson
Kaden Wilkinson
```swift let myJsonString = """ { "example": "value" } """ stub(http(.post, uri: "*/route"), jsonString(myJsonString)) ```
I am super interested in this project and recently started working on a similar concept but I think it would be best to help contribute to this project instead. What...
I would like to see some mutation support for making changes in firebase not just reading data. I would look to apollo mutation hooks for inspiration. Ideas that I have...
The main reason to keep the Pods folder checked in is for easier contributions from the community by not needing them to run any CocoaPods commands to build and run...
I am looking at creating a Swift library to hot reload code and came across this library. It seems like a good place to start seeing that it supports cross...
We likely will need to add a directive validation phase that ensures that a non-repeatable directive cannot be added more than once to a field ```elixir defmodule MyApp.MySchema do use...
I realize this is a breaking change for some but seems to be going in the right direction, I am okay with waiting for this until we are ready to...
If submitting a bug, please provide the following: ### Environment * Elixir version (elixir -v): 1.11.3 * Absinthe version (mix deps | grep absinthe): 1.6.5 * Client Framework and version...
We have a NestJS GraphQL service that is a single deployable but made of a few domains currently and we would like to keep it as a single deployable for...
# Report ## What did you do? ``` $ export DANGER_GITHUB_API_TOKEN=XXXXXXXXXXXX $ danger pr https://github.com/org/repo/pull/42 ``` Repo is private and token has the right scope for private. Also PR is...