Hello everyone, can anyone help me on how I can co...
# prisma-whats-new
d
Hello everyone, can anyone help me on how I can connect my frontend with the backend ?
m
You can probably use Apollo
d
I am working with this guy which was making the frontend and I was working on the backend and we cant figure out how we can connect the API to the client because we were working with REST and dont know how Apollo works
We were working with REST before and now we switched to GraphQL so we are confused a little bit
m
oh, to connect to REST you can simply use
fetch
,
apollo
is used for GraphQL 🙂
d
Okay, thanks