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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Breadth-first GraphQL execution
2
2
3
-
_**The original algorithm proof-of-concept for Shopify's _GraphQL Cardinal_ engine**_
3
+
_**The proof-of-concept algorithm for Shopify's _GraphQL Cardinal_ engine**_
4
4
5
5
GraphQL requests have two dimensions: _depth_ and _breadth_. The depth dimension is finite as defined by the request document, while the breadth dimension scales by the width of the response data (and can grow extremely large).
0 commit comments