We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620c29 commit 668991dCopy full SHA for 668991d
src/components/index-page/what-is-graphql/wires.tsx
@@ -372,6 +372,8 @@ export function Wires({ className }: { className?: string }) {
372
const STEPS = 3
373
const [step, inc] = useReducer(x => (x + 1) % STEPS, 1)
374
375
+ // TODO: Increment from 0 to 1 and 1 to 2 on `repeatEvent` in client and server edges.
376
+
377
return (
378
<div className={clsx(className, "relative")}>
379
<svg
0 commit comments