Skip to main content

I found an issue with GraphQL Wire Adapter i.e by default it only retrieves 10 records even if it has more than 10 records. There is no mention of this in documentation as well.  

Please confirm if it is standard feature or bug, also update the docs for this. Here is an attached photo for this in which there are 12 records but only 10 are retrieved. @Benjamin Sklar @Mohith Shrivastava . @* Salesforce Developers * @GraphQL API & LWC Wire Adapter

Issue with GraphQL Wire Adapter

 

uidisplay.png

 

graphqlqliresult.png

4 Antworten
  1. 16. Jan. 2024, 21:49

    It is a expected behavior.  It is clearly documented here.

     

    What you can do is control the number of rows you want by using the pagination as documented here.

0/9000