graphql.nadel.hooks.CreateServiceContextParams.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nadel Show documentation
Show all versions of nadel Show documentation
Nadel is a Java library that combines multiple GrahpQL services together into one API.
package graphql.nadel.hooks
import graphql.nadel.Service
data class CreateServiceContextParams internal constructor(val service: Service)