Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce ExecuteGroupedFieldSet, CollectRootFields and CollectSubfields #999

Closed
wants to merge 2 commits into from

Commits on Mar 20, 2023

  1. introduce CollectRootFields and CollectSubfields

    Rather than merging subSelectionSets of a field set using MergeSelectionSets and then calling CollectFields, introducing CollectSubfields allows the field set's groupedSubfieldSet to be calculated directly.
    
    This may be helpful if the specification were ever to be altered such that additional state beyond the current selection set were to be required to calculate the response, i.e. if it were to be required to know the originating selectionSet of a given field within the fieldSet for determining when to communicate a reference signal.
    
    See graphql#998 (comment)
    yaacovCR committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ec44866 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update spec/Section 6 -- Execution.md

    Remove unnecessary return value change
    
    Co-authored-by: Benjie <[email protected]>
    yaacovCR and benjie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6f1ad74 View commit details
    Browse the repository at this point in the history