feat/AB#83059-remove-useless-graphql-fields-in-widget-queries #926
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updated resource type: the field "forms now have the optional args "id" and "ignore": getting a form id returns a single form (resource template) instead of all of the data, and getting the boolean "ignore" all the data will be ignore and not fetched, this, because the grid don't have a template and send this data to the front-end, is useless.
Updated the fields "layouts" and "aggregations" with the same args "ignore" so we don't fetch useless data if the widget doesn't use layouts or aggregations.
Also updated the field "metadata" with the args "ignore" to ignore all the metadata data (in cases when the summary card widget doesn't use a layout so don't need metadata info to build fields and send this data is useless).
Useful links
Type of change
How Has This Been Tested?
Testing the resource query with a ignore args and a form id args for all the cases for grid and summary card widgets
Checklist:
( * == Mandatory )
More explanation
https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145