@ConfigurationProperties(value = "gropius.api.internal")
data class GropiusInternalApiConfigurationProperties(val apiToken: String? = null)

Configuration properties for the internal API

Parameters

apiToken

if provided, all requests to the graphql api must provide the token in the Authorization header

Constructors

constructor(apiToken: String? = null)

Properties

Link copied to clipboard