AWS Amplify, GraphQL endpoint, the Introspection call is authenticated?

0

Hi,

Next, a quote from this article https://docs.amplify.aws/lib/graphqlapi/getting-started/q/platform/js/#using-graphql-transformers

The CLI automatically downloads GraphQL Introspection Schemas from the defined GraphQL endpoint and generates TypeScript or Flow classes for you

I was wondering if the HTTP call to the defined GraphQL is authenticated or not.

Thanks in advance

2 Answers
0

You just need to add the rules like this here

profile pictureAWS
answered 2 years ago
0

Maybe I didn't explain well, my point is, when anybody uses the CLI to retrieve the introspection schema, this request is made using credentials? is it authenticated?

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions