Companion

object Companion

Functions

Link copied to clipboard
fun default(    schema: GSchema,     exceptionHandler: GExceptionHandler? = null,     fieldResolver: GFieldResolver<Any>? = null,     nodeInputCoercer: GNodeInputCoercer<Any?>? = null,     outputCoercer: GOutputCoercer<Any>? = null,     variableInputCoercer: GVariableInputCoercer<Any?>? = null,     rootResolver: GRootResolver = GRootResolver.unit()): GExecutor