English 中文(简体)
How can I make appsync type valid in Apollo Federation
原标题:

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 AWS Scalar type AWSDateTime. Is there a way to extend Apollo federation to support Appsync types?

问题回答

暂无回答




相关问题
Save JSON response from axios Post to variable

I am doing an axios post call to graphQL URL. Can I save the response to a variable to use later. My code: const myDta = axios.post( "https://test.test.com/graphql", {...

Can t set cookie in response NestJs

I Have a nestjs graphQL auth microservice and trying to set a http only cookie containing the token, and for some reason setting the cookie doesn t work, i get this error: { "errors": [ ...

How can I make appsync type valid in Apollo Federation

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 AWS Scalar ...

热门标签