Я пытаюсь использовать Apollo Client с AniList API, но у меня появляется следующая ошибка:
Access to fetch at 'https://anilist.co/graphiql' from origin 'https://dqxo3.csb.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Вот мой код:
https://codesandbox.io/s/anilist-api-apollo-dqxo3
Есть идеи, как это исправить?
Документация API: https://anilist.gitbook.io/anilist-apiv2-docs/overview/graphql/getting-started
Спасибо!