Anton Weber
Results
2
issues of
Anton Weber
Hi! This library can no longer be used with the latest Ktor versions. Specifically, the following code ```kotlin fun Route.graphql(schema: GraphQLSchema) { val graphql = GraphQL.newGraphQL(schema).build() authenticate("token") { graphQL("/graphql", schema)...