Yuri Albuquerque

Results 10 comments of Yuri Albuquerque

@tyranron besides manually calling resolve within `resolve_field` of its respective field, is there another way to check the type of an argument right now?

@tyranron I mean GraphQL Type. `args.get::("foo")` does not check if the argument is a valid value as defined by the `GraphQLType` and `GraphQLValue` implementations on `Foo`.

@tyranron ah, but that validation layer doesn't check dynamic enums, is that it?

@fxbois It's not really a question. The setup used to work under Emacs 24, but in Emacs 25 it doesn't.

+1 In my case, I want to use a library for node that only supports ESM, not CommonJS, and I couldn't find a build target that worked for that.

Isomorphic code would be amazing.

I also had this come up today, it's kinda annoying.

My latest pull request for nixpkgs almost solves it, but I need help installing the platform-tools on the solana-validator package. I don't understand why, but when I run `cargo build-bpf`...

This solution doesn't work when you use workspaces and the submodule in question is also a workspace, though.