-
-
Couldn't load subscription status.
- Fork 595
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
I'm testing strawberry.Streamable. My code looks analogous to what is in the docs: https://strawberry.rocks/docs/types/defer-and-stream.
But, unlike the docs, the response I get from the server does not follow the spec for path.
Instead of something like
"path": ["blogPost", "comments", 2]
I get
"path": ["blogPost", "comments"]
which looks like what it should be for @defer, not @stream.
System Information
❯ uv pip show strawberry-graphql
Name: strawberry-graphql
Version: 0.281.0Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working