Open
Description
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
Labels
No labels