Skip to content

Commit

Permalink
Merge branch 'add-validate-id-hints' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Maquet committed Nov 8, 2021
2 parents ea63dca + 971b1f9 commit e7fe007
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 253 deletions.
4 changes: 2 additions & 2 deletions docs/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ function ExtractSelectionSet(ctx, insertionPoint, parentType, selectionSet, loca
append childrenSteps to the result's query plan steps
}
}
if parentType is a boundary type and the result selectionSet doesn't have an "id" field {
add the "id" field to the result selectionSet, aliased to "_id"
if parentType is a boundary type {
add the "id" field to the result selectionSet, aliased as "_bramble_id"
}
return result :: (ast.SelectionSet, []QueryPlanStep)
}
Expand Down
Loading

0 comments on commit e7fe007

Please sign in to comment.