InterfaceImplementationDefaultArgDoesNotMatch

gql.Validation$.Error$.InterfaceImplementationDefaultArgDoesNotMatch
final case class InterfaceImplementationDefaultArgDoesNotMatch(typename: String, sourceInterface: String, fieldName: String, argName: String, msg: String) extends Error

Attributes

Source
Validation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Concrete methods

def message: String

Attributes

Source
Validation.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product