Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-graphql
/
examples
/
grails-test-app
/
grails-app
/
conf
/
spring
/
resources.groovy
blob: 412f13ac894a61028a77cfc90dfdf2429a049e51 [
file
] [
log
] [
blame
]
import
grails
.
test
.
app
.
GraphQLCustomizer
// Place your Spring DSL code here
beans
=
{
graphQLPostProcessor
(
GraphQLCustomizer
)
}