Skip to content

Add Playground setting properties through .yml or .properties #153

Open
@AnneMayor

Description

@AnneMayor

Hi,

I am using this library(v1.0.0) to our project. It really helps a lot.
However, I would like to suggest one feature that would be more helpful.
For now, I am using Playground to provide clients(mobile, frontend) with query and parameter docs and sample test like swagger.
I found out that the default setting is schema.polling.enable = true. This leads to create many unnecessary server logs. Could you please add new setting properties like graphql-playground library?

spring:
  playground:
    enabled: true
    settings:
      schema:
        polling:
          enable: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions