Creating a GraphQL API using Python, Graphene and Django

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • GraphQL is a query language that addresses some drawbacks of REST APIs. In this video, I walk you through how to implement a GraphQL API using Python. Graphene and Django.
    Why GraphQL - check here / embracing-graphql
    Git repository (Sample API) - github.com/sha...
    Step-by-step guide - python.plainen...

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

  • @patelankur1986
    @patelankur1986 2 года назад +1

    Nice explanation! Thanks!

    • @tech_funnel
      @tech_funnel  Год назад

      You are welcome. Please subscribe to the channel to get notifications of similar videos.

  • @bismitech680
    @bismitech680 3 года назад +1

    great video

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

    The type of data for a field changes from custom object type to string . For eg:- x:"jhghjgg" sometimes and sometimes the field x:{text:"dgdgfg",value:"fgdfgdf"}How do we handle this in graphene?