Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

graphiql config headers do not work in new release 12.0.0 #726

Closed
@aihua5

Description

@aihua5

I upgraded the starter from 11.1.0 to 12.0.0.

Before I upgrade, I config the graphiql in application.yml

graphiql: mapping: / headers: test: test

When I post one graphql query, I can see we have one added header test:test

But after I upgrade to 12.0.0, I config the graphiql as below per new format

graphql: graphiql: enabled: true mapping: / headers: test: test

I expect I can see the added header but not.

Is there one bug for the graphiql config in appliation.yml?
Can anyone help to take a look? thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions