ShowMissingKeys

gql.resolver.ShowMissingKeys$
See theShowMissingKeys companion trait

Attributes

Companion
trait
Source
Resolver.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A](implicit ev: ShowMissingKeys[A]): ShowMissingKeys[A]

Attributes

Source
Resolver.scala
def show[A](showKey: A => String, prefix: String): ShowMissingKeys[A]

Attributes

Source
Resolver.scala
def showForKey[A : Show](prefix: String): ShowMissingKeys[A]

Attributes

Source
Resolver.scala
def showFull[A](show: NonEmptyList[A] => String): ShowMissingKeys[A]

Attributes

Source
Resolver.scala