- Newest
- Most votes
- Most comments
Hello,
Thank you for reaching out to us.
I see that you are calling AWS AppSync GraphQL API using Python, however you are facing an error "MissingSchema: Invalid URL 'None': No scheme supplied. Perhaps you meant https://None?"
From the error message, it looks like you are specifying the GraphQL endpoint URL incorrectly.
Can you kindly verify and confirm if the GraphQL endpoint URL is being set correctly? You can add a print statement to verify this. The GraphQL endpoint would be in the below format:-
https://abcdefgh12345678.appsync-api.<region>.amazonaws.com/graphql
However, if the issue still persists, we would require further details from your end which are non-public information, like your AppSync API id in order to investigate this issue further. Hence, please open a support case with AWS Premium Support using the below link and kindly share the necessary details so that we can further investigate this issue and find the root cause.
[+] AWS Premium Support: https://aws.amazon.com/premiumsupport/
[+] Create a case: https://support.console.aws.amazon.com/support/home#/case/create
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 years ago

Thank you for your response. I can confirm that this is the correct GraphQL endpoint. But the issue still persists