File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Web3API 0.0.1-prealpha.9
2+ ## Bug Fixes
3+ * ` @web3api/ens-plugin-js ` : Fix the schema.
4+
15# Web3API 0.0.1-prealpha.9
26## Features
37* ` @web3api/cli ` : CLI Internalized Text Support
Original file line number Diff line number Diff line change 1- 0.0.1-prealpha.9
1+ 0.0.1-prealpha.10
Original file line number Diff line number Diff line change 1- #import { Query } into ApiResolver from "w3/api-resolver"
1+ # TODO: should import and "implements" the api-resolver core-api schema
2+ # https://github.com/Web3-API/monorepo/issues/75
23
3- type Query implements ApiResolver_Query {
4+ type Query {
45 tryResolveUri (
56 authority : String !
67 path : String !
78 ): ApiResolver_MaybeUriOrManifest
89
910 getFile (
1011 path : String !
11- ): Bytes # TODO: https://github.com/web3-api/monorepo/issues/100
12+ ): Bytes
13+ }
14+
15+ # TODO: should get replaced with an import
16+ # https://github.com/Web3-API/monorepo/issues/75
17+ type ApiResolver_MaybeUriOrManifest {
18+ uri : String
19+ manifest : String
1220}
You can’t perform that action at this time.
0 commit comments