You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The catalog search page makes a useless call to the API with the default setQuery options, and once this result is loaded the intended API call is made, which needlessly slows down the fetching of the data and puts unnecessary load on the GraphQL server.
Recreating the problem
Go on to localhost:3000/stockcenter/strains and then analyse the network calls and check out the query with this as the POST request
The catalog search page makes a useless call to the API with the default
setQuery
options, and once this result is loaded the intended API call is made, which needlessly slows down the fetching of the data and puts unnecessary load on the GraphQL server.Recreating the problem
Go on to
localhost:3000/stockcenter/strains
and then analyse the network calls and check out the query with this as the POST requestThe text was updated successfully, but these errors were encountered: