David Furnes
David Furnes
It looks like another possible solution would be to take the [approach used in `mysql_user`](https://github.com/terraform-providers/terraform-provider-mysql/blob/dec493d0401ebc8c948eae84a4be929d001b5b5f/mysql/resource_user.go#L158-L175), and use `ALTER USER … IDENTIFIED BY` for versions above MySQL 5.7.6. (See hashicorp/terraform#8230.)
I've added support for `apollo-link-batch-http`'s batching implementation (which sends & returns an array of queries) in #10. If anyone else wants to test it out, you can install via npm...
Totally respect that! I primarily made this for my own use, and shared it since I saw some others had the same request in #56. I had a puzzle in...
I needed the same thing for an upcoming session. Took a stab at implementing it in #61.
If anyone wants to test this out, I’ve pushed a corresponding branch with the build directory included: ```json "cypress-graphql-mock": "DFurnes/cypress-graphql-mock#with-persisted-batch-support", ```
@tgriesser Rebased & added tests for each new feature in 1bfef61 and fa9b17f!
Hi @tgriesser, just wanted to check in & see if we can get this reviewed and merged in! 😃 Let me know if there's any other changes or documentation that'd...
I was able to work around this issue by creating my own simple `MockList` replacement that just works as a function (and so `graphql-tools` doesn't need to conditionally call `.mock()`...
That could definitely be handy! I think that would be a lovely feature to add to [Pure](https://github.com/sindresorhus/pure), and then I'd be happy to pull it in here as well.