graphql-spqr-spring-boot-starter icon indicating copy to clipboard operation
graphql-spqr-spring-boot-starter copied to clipboard

SPQR gui settings in .properties/.yml does not work

Open AnneMayor opened this issue 7 months ago • 0 comments

Hi,

I am using spqr gui and customizing some settings(endpoint, target-endpoint, page-title). However, a page-title setting does not work well as I expected.(endpoint and target-end point settings work well like the below)

Library Version: v1.0.0 Here is a code that I wrote.

graphql:
  spqr:
    gui:
      enabled: true
      endpoint: /sample
      target-endpoint: /sample
      page-title: Let's play GraphQL!

result: 스크린샷 2024-07-21 오후 5 06 46 스크린샷 2024-07-21 오후 5 07 04

Please, let me know if there is something that I have to more.

AnneMayor avatar Jul 21 '24 08:07 AnneMayor