All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundTracingSettings Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.autoconfigure.editor.playground.properties.settings;

import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;

@Data
@JsonInclude(JsonInclude.Include.NON_NULL)
public class PlaygroundTracingSettings {

  private Boolean hideTracingResponse;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy