Joey Zhao

Results 62 issues of Joey Zhao

I am using this library to connect to metamask wallet. And I'd like to connect to a contract from Ethereum network. I found this library only focus on wallet and...

I am using `web3-react` to connect to Metamask and it works perfect, I am able to get the accounts and balances from the connector. However, I found the `deactivate` method...

After upgrade to `2.3.1`, there are a few configuration not read correctly. After reading the source code, I found previously we need to define `appSync` under `custom`, but not it...

I am trying to use Apollo Federation to connect subgraph from AWS Appsync. When I start federation I got this error: UNKNOWN: Unknown type `AWSDateTime`. It seems Federation doesn't recognise...

I am exploring this library and trying to understand more about graphql spec level. When the server calls `publish`, I can see it just pass the payload to subscribers via...

I have a monorepo managed by `nx`. Each package in this repo references the jest config file from repo root directory. I need to use `@shelf/jest-dynamodb` to support running dynamodb...

I am deploying code to Lambda and use below code to instrument dynamodb requests. It works fine for `query` but doesn't work for `putItem`. ``` awsv2.AWSV2Instrumentor(&cfg.APIOptions) // Using the Config...

I am looking for a parser to tell me what the type of a field clients want to resolve. For example, I have a schema like below code. When the...

Thanks for releasing this awesome library. I am looking for a way to generate graphql response payload from raw data. What am doing is to take raw data from database...

## What you want to add I'd like to specify color for labels ## Why this is needed It helps on improving readability.

enhancement