Getting Started With GraphQL in Angular

Поділитися
Вставка
  • Опубліковано 23 лют 2023
  • In this video ‪@gethackteam‬ will show how to get started with GraphQL in Angular.
    You will learn how to build a simple Angular application that uses GraphQL to fetch data from a server. The application we'll build together will display a list of blog posts fetched from a GraphQL API using Apollo Client. To create the GraphQL API, we will use StepZen, a GraphQL API platform that allows you to build and deploy a GraphQL API in minutes.
    Link to the source code on Github github.com/stepzen-dev/exampl...
    Learn more about StepZen:
    - Website: www.stepzen.com​​​​
    - Docs: www.stepzen.com/docs​​​​
    - Why StepZen: www.stepzen.com/why-stepzen
    ---
    Want to get started with StepZen? You can send up to 300,000 requests to your data sources using GraphQL for free! Go to stepzen.com/getting-started to start building today. Or join our Discord community for questions: / discord .
  • Наука та технологія

КОМЕНТАРІ • 9

  • @vigenhovhannisian954
    @vigenhovhannisian954 Рік тому +1

    thank you so much

  • @davidpalacio3004
    @davidpalacio3004 Рік тому

    nice video!

  • @srikantpatel5426
    @srikantpatel5426 9 місяців тому

    Can u give hosted URL of the GraphQL server for testing

  • @denissanchezleyva8954
    @denissanchezleyva8954 3 місяці тому

    Nice

  • @CodeVice111
    @CodeVice111 Рік тому

    I had installed it through npm cmd. and setup apolloClientoptions manually. but I'm not sure why it's constantly giving CORS error even after setting headers and accessTokens by using setContext().

    • @StepZen
      @StepZen  Рік тому

      Hi, could you give more insights? Not sure what's going wrong for you...

    • @CodeVice111
      @CodeVice111 Рік тому

      Fine. It's fixed now. After using graphql-ws library instead of using WebsocketLink

  • @richjoshuaalzate660
    @richjoshuaalzate660 Рік тому

    Can you do something with @defer?