Skip to content

Implement and evaluate usage of GraphQL instead of api calls in archive search results page

The actual search page sends n+1 client-side requests to display n results:

  • 1 request to get the search results (/api/1/origin/search/)
  • 1 request for each result (/api/1/origin/)

Replacing the api calls by one single GraphQL request would be a interesting use case for the GraphQL usage.

image

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information