-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Provide an example wknd tutorial with Nuxt/Vue #82
Comments
Can you check out the vue sample here? https://experienceleague.adobe.com/landing/experience-manager/headless/developer/code.html?lang=en |
@davidjgonzalez thank you for the link, I was not aware of those playgrounds. The vue example is already interesting. Do you also have an example in work for a Nuxt app. Similar to the Next.js starter app? https://github.com/tobiasdiez/nuxt-graphql-server |
Unfortunately no - everything we have is listed. |
@davidjgonzalez is there a way to provide and test one from outside over a contribution that could run alongside the ones you listed? |
keep in mind AEM doesn't use POST based GQL like most clients/frameworks - AEM has its own abstraction of persisted queries (which is a HTTP GET to an endpoint that gets you a GQL like response) - this is a long way of saying, im skeptical Nuxt Graphql libraries would be useful for interaction w AEM. |
Absolutely! Link to a GitHub repo that has one you have the rights to contribute and we'll work on getting it moved over/posted to code playgrounds section!! That would be fantastic! 🙇 |
@davidjgonzalez unfortunately I don't have a private instance, just one in the office that I could try against. I would suggest to use the same as base and maybe add also a request with multiple parameters. Since there is a bug when you send multiple parameters with the headless packages. Even though the docs suggest it's supported the headless packages don't. |
Feature Request
Expected Behavior
Actual Behavior
Open points
The text was updated successfully, but these errors were encountered: