Package-level declarations

Functions

Link copied to clipboard
fun Application.graphQLModule(environment: Environment<*, *>)

Ktor module for enabling GraphQL on server.

Link copied to clipboard
fun Application.graphQLRoutingModule()

Ktor module that configure needed GraphQL routes, some of which are the main entrypoint "/graphql", subscription entrypoint "/subscriptions" and Schema Definition Language Route.