Replies: 2 comments
|
I have the same question which seems to also have been asked here with no solution: #459 Definitely need to figure out a solution to this/querying graphql from the server-side |
0 replies
|
I am looking for the exact same thing! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
is it possible to run queries & mutations from the
/server/apidirectory? I've tried the following but it seems that composables are not available here.My GraphQL server is running on AWS AppSync and I'm trying to make requests against it from the server side (
/server/api). What would be the correct approach to this?All reactions