### Web3API Header START ### scalar UInt scalar UInt8 scalar UInt16 scalar UInt32 scalar Int scalar Int8 scalar Int16 scalar Int32 scalar Bytes scalar BigInt directive @imported( uri: String! namespace: String! nativeType: String! ) on OBJECT | ENUM directive @imports( types: [String!]! ) on OBJECT ### Web3API Header END ### type Query { tryResolveUri( authority: String! path: String! ): MaybeUriOrManifest getFile( path: String! ): Bytes } type MaybeUriOrManifest { uri: String manifest: String } ### Imported Queries START ### ### Imported Queries END ### ### Imported Objects START ### ### Imported Objects END ###