-
Notifications
You must be signed in to change notification settings - Fork 2k
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
polish(incremental): rename terms to match spec #4148
Conversation
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
274870e
to
2466356
Compare
I should make clear that this PR is to match the spec draft WIP at graphql/graphql-spec#1077 and not the actual working draft of the spec, which does not yet have incremental delivery at all. |
f1453cd
to
619cb4f
Compare
DeferredGroupedFieldSet => PendingExecutionGroup DeferredGroupedFieldSetResult => CompletedExecutionGroup ReconcilableDeferredGroupedFieldSetResult => SuccessfulExecutionGroup NonReconcilableDeferredGroupedFieldSetResult => FailedExecutionGroup
SubsequentResultRecord => DeliveryGroup
got to watch that match case setting with mis-capitalizations
1f44a7c
to
fcc4ccd
Compare
DeferredGroupedFieldSet => ExecutionGroup
SubsequentResultRecord => DeliveryGroup
ExecuteExecutionGroups => CollectExecutionGroups