GraphQL APIs in Lightning Web Components Salesforce |

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • 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.salesforce...
    Blog / Code Snippet : www.salesforce...
    Website : www.salesforce...​​
    LinkedIn : / salesforcebolt
    Twitter : / salesforcebolt​​
    Facebook : / iamsalesforcebolt

КОМЕНТАРІ • 10

  • @abhishekpardhan2615
    @abhishekpardhan2615 11 місяців тому +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  11 місяців тому

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

  • @santanuroy571
    @santanuroy571 11 місяців тому +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  11 місяців тому

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

  • @nareshkumar245
    @nareshkumar245 4 місяці тому +1

    Can you tell how to get all objects using graphql

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

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

  • @lakshmikanthparuchuri945
    @lakshmikanthparuchuri945 11 місяців тому +1

    Does GraphQL follows same government limits as soql?

    • @SalesforceBolt
      @SalesforceBolt  11 місяців тому

      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 10 місяців тому +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  10 місяців тому

      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.