initialCount required argument on stream directive #9
robrichard
announced in
Architectural Decision Records
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
In Relay/Facebook's implementation of stream,
initial_count
is a required argument. It was discussed in the 2021-01-07 WG meeting if this requirement should be relaxedDecision
If
@stream
is used without aninitialCount
argument, it will default to zero.Consequences
The WG agreed this is the least surprising behavior.
Status
Beta Was this translation helpful? Give feedback.
All reactions