Make sure to sign up for my Vue Course! www.vuecourse.tech/
@SethSetiadha3 жыл бұрын
at 4:04 I can't see the apollo.config.js as well as vue-apollo.js on my files. when adding apollo, I got error as well, but it's saying "Error: You cannot call "get" on a collection with no paths...." have you/anyone ever got this kind of error?
@bvatbdsubfigv2 жыл бұрын
i'm stuck on that too, really love graphql and vue and just can't get my apollo client to work for my web app. Also with the same error
@ВикторК-н2к Жыл бұрын
Hello, I could solve my problem. In main.js use import Vue from 'vue' import App from './App.vue' import router from './router' import { createProvider } from './vue-apollo' new Vue({ router, apolloProvider: createProvider(), render: h => h(App) }).$mount('#app')
@tatianovnafrutti89822 жыл бұрын
Thanks a lot! Very cool video!)) Can you tell me what font is used in VSCode? Very cool lighting!
@brahimwebmaster5 жыл бұрын
Hi Erik , what is the shining test extension you are using for vs code ?
@ProgramWithErik5 жыл бұрын
It's called Synthwave 84
@fatihakgun77303 жыл бұрын
its ugly
@MrBira244 жыл бұрын
Can I use Vue Apollo + vuetify?
@tmood333 жыл бұрын
Good video ! please what is the theme of your IDE can we have it?
@CharlyMtzP3 жыл бұрын
SynthWave '84
@asshurimlarita40194 жыл бұрын
how do you make your text glow?
@andrejatanasovski7258 Жыл бұрын
Amazing video, simple and straight to the point.
@suhaib4044 жыл бұрын
Hey Erik, which extension are you using to highlight gql syntax?
@milk74tv875 жыл бұрын
Erik considering Vueschool is only $25 a month how is your new course going to compete with all that content?
@ProgramWithErik5 жыл бұрын
miLk74 Tv my course is 5 weeks long. With one on one help and mentoring. Yes it will
@milk74tv875 жыл бұрын
@@ProgramWithErik love it man can't wait to see the email for sign ups today
@jasonmascari8274 жыл бұрын
Great videos. Would love to see more in-depth Vue-Apollo tutorials. Really struggling with Fragments and the IntrospectionFragmentMatcher.
@alansods1232 жыл бұрын
Im getting this error when installing apollo vue. command failed: yarn add vue-cli-plugin-apollo -D --tilde Does anyone know how to solve it?
@iqbalhossain36884 жыл бұрын
how can I create new query??
@alibayatmokhtari5 жыл бұрын
What is your keyboard for programming? Tnx for the answer
@ProgramWithErik5 жыл бұрын
I use a corsair k70
@michaelyenny13215 жыл бұрын
Awesome video Erik! Will you build a full stack app with firebase graphQL and Vue
@duketranslucent3rd3 жыл бұрын
One thing I don't get is precisely what graphql-tag is and why every tutorial/vid on Vue with GraphQL seems to involve it. Vue Apollo doesn't list it as a dev dependency from what I can see, so is it essential to using Vue with Apollo, or merely optional?
@ecofriend934 жыл бұрын
How can we do error handling with Vue Apollo? E.g. if I throw a new error in the resolver that says no such user exists.
@ProgramWithErik4 жыл бұрын
That I'm not sure.
@djchrisi5 жыл бұрын
Thanks for the video. I think it's worth explaining the apollo cache in greater detail because this is in fact the core functionality of apollo vue. If you only want to make a query, you could just as well sent a normal POST request to the server and display it's response.
@ProgramWithErik5 жыл бұрын
Good point. The cache stuff would have been userful. I just didn't want to get too much into it.
@djchrisi5 жыл бұрын
That is off course totally fine! I find the documentation of apollo vue sufficient if you have read the original apollo client documentation. But the original documentation is very much reactjs biased and I find, there is a gap that your videos could fill. There is so much more in the library that is not covered in this video, but is essential for the use. Maybe 'Learn Vue Apollo With GraphQL in 15 Minutes' is not the best title for this video, since it may raise expectations, that aren't met. I hope that more detailed videos are to come because you have a talent to explain .
@rogiergorter62143 жыл бұрын
I am using wp-graphql. So i had to make some changes, but it works.
@rogiergorter62143 жыл бұрын
Thank you, but i had to install apollo again otherwise it didn't work with the apollo example.
@suddha13 жыл бұрын
I really love your theme what is it 😎
@anonymousshooter36365 жыл бұрын
Hi Erik thanks for uploading video on graphql can you please make a video compariing Rest API vs GraphQL
@ProgramWithErik5 жыл бұрын
I'll add it to my list!
@flaviokonti55224 жыл бұрын
Must say I dont like appolo in vuejs, its syntax is so messy, even in simple view like this one. Is it even possible to make queries to graphql from vuex?
@davidzita14045 жыл бұрын
more apollo please
@tiloiam5 жыл бұрын
i love watching tutorial videos on my favorite topics, but watching a duplicate video about going through a super easy tutorial just to plug a upcoming course makes me feel a bit cheated.
@ProgramWithErik5 жыл бұрын
I'm sorry. I'll try to do better next time. Although, next video will also have a plug for the course in it. I'll try to make the video have more content though then this one
@srikanthkrishnamoorthy34845 жыл бұрын
Thanks Erik for this video. I m going to try this. Looks like a great lead for me.