How To Connect GraphQL To Your Vuejs With Hasura

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 9

  • @ProgramWithErik
    @ProgramWithErik  5 лет назад +10

    Do you guys like graphQL?

  • @DavePerth
    @DavePerth 5 лет назад +5

    Really looking forward to checking this out. If anyone is working through the video, from about 5 minutes there is a npm install command on the screen which has graphqal, which of course should be graphql.

  • @olegpetrov2624
    @olegpetrov2624 5 лет назад +1

    Great tutorial. Thank you so much!

  • @rajikkali2381
    @rajikkali2381 3 года назад

    Would be nice to show how to setup env vars with Hasura

  • @altayezekariyas9243
    @altayezekariyas9243 2 года назад

    can you make a full stack video using hasura, and whatever frontend but preferably VUE/NUXT

  • @djmtype
    @djmtype 3 года назад

    Erik, Hasura has since automatically added a x-hasura-admin-secret. So how do we make the endpoint public for GET requests?

  • @DavePerth
    @DavePerth 5 лет назад

    Hope it's OK to post this, but a course on Vue/Hasura just came up on my Twitter feed:
    dev.to/hasurahq/what-is-graphql-1akh
    Also I was able to take Eric's github repository and change it to work with a new project I am about to start (different tables/schema/relationships), and I was able to get things working quite quickly. I think I really like that this is using PostreSQL, as I am more comfortable with a more traditional SQL with easy to understand relationships...