Skip to content
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

Re-work data layer to go via Qwik API route #44

Closed
michaelbromley opened this issue Dec 20, 2022 · 3 comments
Closed

Re-work data layer to go via Qwik API route #44

michaelbromley opened this issue Dec 20, 2022 · 3 comments
Assignees

Comments

@michaelbromley
Copy link
Member

Currently, direct GraphQL calls are being made from the client to the Vendure server. We should instead set up Qwik City API routes to handle these, so all calls to Vendure go via the server.

This will simplify session management and also allow us to server-render even client-specific data.

@gioboa
Copy link
Collaborator

gioboa commented Dec 21, 2022

I can work on this.

@gioboa
Copy link
Collaborator

gioboa commented Dec 21, 2022

Waiting for the new action$ API is a smart move because will save unnecessary rewriting

@gioboa
Copy link
Collaborator

gioboa commented Mar 3, 2023

Implemented with this commit 🎉

@gioboa gioboa closed this as completed Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants