Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
handleUI (context, options = {}) {
Object.assign(this.$options, options)
return graphiqlAdonis({
...this.$options,
})(context)
}
}
handleUi (context) {
return graphiqlAdonis({
endpointURL: '/'
})(context)
}
}