SchemaComparisonChange

caliban.tools.SchemaComparisonChange$
See theSchemaComparisonChange companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ArgumentAdded(argName: String, target: Target, optional: Boolean) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ArgumentChanged(argName: String, from: InputValue, to: InputValue, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ArgumentDeleted(argName: String, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DescriptionAdded(target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DescriptionChanged(target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DescriptionDeleted(target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveAdded(directiveName: String, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveArgumentAdded(directiveName: String, argName: String, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveArgumentChanged(directiveName: String, argName: String, from: InputValue, to: InputValue, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveArgumentDeleted(directiveName: String, argName: String, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveDefinitionAdded(directiveName: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveDefinitionDeleted(directiveName: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveDefinitionRepeatableChanged(directiveName: String, from: Boolean, to: Boolean) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveDeleted(directiveName: String, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveLocationAdded(location: DirectiveLocation, directiveName: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DirectiveLocationDeleted(location: DirectiveLocation, directiveName: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class EnumValueAdded(typeName: String, value: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class EnumValueDeleted(typeName: String, value: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FieldAdded(typeName: String, field: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FieldDeleted(typeName: String, field: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ObjectImplementsAdded(typeName: String, implements: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ObjectImplementsDeleted(typeName: String, implements: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SchemaMutationTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SchemaQueryTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SchemaSubscriptionTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Target

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Target.type
sealed trait Target

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Argument
class Directive
class EnumValue
class Field
class Type
case class TypeAdded(name: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TypeChanged(from: Type, to: Type, target: Target) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TypeDeleted(name: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TypeKindChanged(typeName: String, from: String, to: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UnionMemberAdded(typeName: String, member: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UnionMemberDeleted(typeName: String, member: String) extends SchemaComparisonChange

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror