Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
[issue-47] added NotIntrospected to Context
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnorman committed Jan 6, 2019
1 parent 7acf195 commit 5d44c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/com/github/pgutkowski/kgraphql/Context.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.github.pgutkowski.kgraphql

import com.github.pgutkowski.kgraphql.schema.introspection.NotIntrospected
import kotlin.reflect.KClass


@NotIntrospected
class Context(private val map: Map<Any, Any>) {

operator fun <T : Any> get(kClass: KClass<T>): T? {
Expand Down

0 comments on commit 5d44c5c

Please sign in to comment.