Stream on scalar lists #21
robrichard
announced in
Architectural Decision Records
Replies: 2 comments
-
Discussed during Dec 2021 WG meeting. Agreement that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note for posterity: this has been changed by #32 (and may change more by #42) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Originally posted by @michaelstaib graphql/graphql-spec#742 (review)
Decision
Current implementation in graphql-js returns scalar fields. It needs to be clarified in the spec PR that this is possible
Consequences
Clients should not assume
data
will always be a map type when@stream
is used on scalar fields.Status
Beta Was this translation helpful? Give feedback.
All reactions