Skip to content

HotChocolate.Caching 13.9.0 returns empty response #7054

Closed

Description

Product

Hot Chocolate

Version

13.9.0

Link to minimal reproduction

https://github.com/kiangkuang/HotChocolateDemo/tree/13.9

Steps to reproduce

  1. Clone project
  2. Run project and query with
    query {
        book {
            title
        }
    }
    

What is expected?

Response with cache control headers and query result, like in version 13.8.1
image

What is actually happening?

Response with cache control headers but response is empty
image

Relevant log output

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions