Cesar Brazon
Cesar Brazon
This PR aims to fix an error on build when if we wanted to create an attribute that was a map, i.e: ```graphql type Data { total_market_cap: Map! @annotate(type: "Map!")...
***Warning: This PR is being blocked by #1073*** # Post origin build artifact #### Objective Removal of schema.graphql in wrappers (wasm, plugins) & interfaces built artifact  ### Breaking changes...
TODO: - move `plugin codegen` and `app codegen` to just `codegen` - move `--codegen-dir`, `--publish-dir`, and `--client-config` into manifest file? probably good for a new PR (needs discussion)
Now that plugins have the `getManifest` method defined (when #1046 is merged), the client doesn't need to know if it is interacting with a plugin wrapper or a wasm wrapper
_disclaimer: even tho this PR is "done" it's the first iteration and i am looking for feedback, I don't like the `validate/wrapper-*` folder but thought it was easier to implement,...
Live version: https://dorgtech.github.io/DAOstack-Hackers-Kit/
I want to be able to import two modules with the `*` syntax. Example: ```graphql #import * from "ens/ethers.wraps.eth:[email protected]" #import * from "ens/ethers.wraps.eth:[email protected]" ``` If I do this the schema...
Currently, we have the templates inside of the toolchain; we should move this to their own repository
**Describe the bug** When I try to invoke a wrapper using ENS text record using the browser, it just stays loading forever, not showing any errors **Please provide the steps...
this PR aims to update the target versions of this package. The reason of this is that today I tried to run a package that depends on this using xcode...