Skip to content

Looks like strawberry.Streamable isn't quite following the spec #3990

@metanivek

Description

@metanivek

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.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions