GraphQL APIs in Lightning Web Components Salesforce |

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2023
  • In this video we will learn about GraphQL. The GraphQL wire adapter manages your data using Lightning Data Service (LDS). You don’t need different wire adapters for each query defined in the GraphQL schema, unlike the other wire adapters. Instead, LDS provides a single wire adapter that accepts a GraphQL query document and a variables map.
    #GraphQL #API #salesforce
    Join me on Instagram : / iamkapilbatra
    My journey : www.salesforcebolt.com/p/abou...
    Blog / Code Snippet : www.salesforcebolt.com/2023/1...
    Website : www.salesforcebolt.com​​
    LinkedIn : / salesforcebolt
    Twitter : / salesforcebolt​​
    Facebook : / iamsalesforcebolt

ความคิดเห็น • 10

  • @abhishekpardhan2615
    @abhishekpardhan2615 9 หลายเดือนก่อน +2

    Thanks you sir ❤️❤️Please make videos on integration and how to configure access token in named credentials it would be very helpful make a video on named credentials to explain all about it please sir

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      Hey it’s already there. Please check below link
      Weather APIs Integration | Named Credentials & External Credentials in #Salesforce | LWC Stack ⚡️
      th-cam.com/video/fvKkHWGD1rQ/w-d-xo.html

  • @santanuroy571
    @santanuroy571 9 หลายเดือนก่อน +1

    Hi Kapil I am sure you are going to prepare a new video on about the new lightning- record-picker . Please built that search functionality by passing object name dynamically as oppose prefix the object name. This is just a suggestion 😊

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      Hi Santanu, sure I will add it in the queue.

  • @nareshkumar245
    @nareshkumar245 หลายเดือนก่อน +1

    Can you tell how to get all objects using graphql

    • @SalesforceBolt
      @SalesforceBolt  หลายเดือนก่อน

      Hmm I haven't tried getting metadata yet but it should be same as getting it using soql

  • @lakshmikanthparuchuri945
    @lakshmikanthparuchuri945 9 หลายเดือนก่อน +1

    Does GraphQL follows same government limits as soql?

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      Hi there, graphql follows the same APIs limits but the method is little different. Check below article
      developer.salesforce.com/docs/platform/graphql/guide/rate-limit.html

  • @awesomekj5812
    @awesomekj5812 8 หลายเดือนก่อน +1

    looks way complicated than simple @wire adapter ...salesforce has a habit of making things complex and coming out with stuff which nobody asked for.

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      GraphQL is not new, it's just salesforce has just adapted it.
      Well by looking at its features I can say it's a must try.