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

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

package graphql.kickstart.autoconfigure.editor.playground.properties.settings;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum PlaygroundRequestIncludeCredentials {
  @JsonProperty("omit")
  OMIT,
  @JsonProperty("include")
  INCLUDE,
  @JsonProperty("same-origin")
  SAME_ORIGIN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy