![JAR search and dependency download from the Maven repository](/logo.png)
com.oembedler.moon.graphql.boot.GraphQLToolsProperties Maven / Gradle / Ivy
The newest version!
package com.oembedler.moon.graphql.boot;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Data
@ConfigurationProperties(prefix = "graphql.tools")
class GraphQLToolsProperties {
private String schemaLocationPattern = "**/*.graphqls";
private boolean introspectionEnabled = true;
private boolean useDefaultObjectmapper = true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy