InapplicableGraphQLType

case class InapplicableGraphQLType(typeMapping: TypeMapping, expected: String) extends Failure

GraphQL type isn't applicable for mapping type.

Source:
mappingvalidator.scala
trait Serializable
trait Product
trait Equals
class Failure
trait AnsiColor
class Object
trait Matchable
class Any

Value members

Concrete methods

override def formattedMessage: String
Definition Classes
Source:
mappingvalidator.scala
override def toString: String
Definition Classes
Any
Source:
mappingvalidator.scala

Inherited methods

protected def graphql(a: Any): String
Inherited from:
Failure
Source:
mappingvalidator.scala
Inherited from:
Product
protected def scala(a: Any): String
Inherited from:
Failure
Source:
mappingvalidator.scala
protected def sql(a: Any): String
Inherited from:
Failure
Source:
mappingvalidator.scala
Inherited from:
Failure
Source:
mappingvalidator.scala

Inherited fields