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?
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", {...