DeprecationTracker

sangria.execution.DeprecationTracker
See theDeprecationTracker companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def deprecatedDirectiveArgUsed[Ctx](directive: Directive, argument: Argument[_], ctx: Context[Ctx, _]): Unit
def deprecatedEnumValueUsed[T, Ctx](enum: EnumType[T], value: T, userContext: Ctx): Unit
def deprecatedFieldArgUsed[Ctx](argument: Argument[_], ctx: Context[Ctx, _]): Unit
def deprecatedFieldUsed[Ctx](ctx: Context[Ctx, _]): Unit
def deprecatedInputObjectFieldUsed[T, Ctx](inputObject: InputObjectType[T], field: InputField[_], ctx: Context[Ctx, _]): Unit