We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphql endpoint namespace should be defined in .env like REACT_APP_HOST_URI
graphql endpoint namespace is hardcoded multiple times within usePersistedQueries.js
please search for wknd-shared in https://github.com/adobe/aem-guides-wknd-graphql/blob/main/react-app/src/api/usePersistedQueries.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
graphql endpoint namespace should be defined in .env like REACT_APP_HOST_URI
Actual Behavior
graphql endpoint namespace is hardcoded multiple times within usePersistedQueries.js
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
please search for wknd-shared in
https://github.com/adobe/aem-guides-wknd-graphql/blob/main/react-app/src/api/usePersistedQueries.js
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: