object SchemaComparisonChange
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaComparisonChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ArgumentAdded(argName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class ArgumentChanged(argName: String, from: InputValue, to: InputValue, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class ArgumentDeleted(argName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DescriptionAdded(target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DescriptionChanged(target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DescriptionDeleted(target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveAdded(directiveName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveArgumentAdded(directiveName: String, argName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveArgumentChanged(directiveName: String, argName: String, from: InputValue, to: InputValue, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveArgumentDeleted(directiveName: String, argName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveDefinitionAdded(directiveName: String) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveDefinitionDeleted(directiveName: String) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveDeleted(directiveName: String, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveLocationAdded(location: DirectiveLocation, directiveName: String) extends SchemaComparisonChange with Product with Serializable
- case class DirectiveLocationDeleted(location: DirectiveLocation, directiveName: String) extends SchemaComparisonChange with Product with Serializable
- case class EnumValueAdded(typeName: String, value: String) extends SchemaComparisonChange with Product with Serializable
- case class EnumValueDeleted(typeName: String, value: String) extends SchemaComparisonChange with Product with Serializable
- case class FieldAdded(typeName: String, field: String) extends SchemaComparisonChange with Product with Serializable
- case class FieldDeleted(typeName: String, field: String) extends SchemaComparisonChange with Product with Serializable
- case class ObjectImplementsAdded(typeName: String, implements: String) extends SchemaComparisonChange with Product with Serializable
- case class ObjectImplementsDeleted(typeName: String, implements: String) extends SchemaComparisonChange with Product with Serializable
- case class SchemaMutationTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange with Product with Serializable
- case class SchemaQueryTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange with Product with Serializable
- case class SchemaSubscriptionTypeChanged(from: Option[String], to: Option[String]) extends SchemaComparisonChange with Product with Serializable
- sealed trait Target extends AnyRef
- case class TypeAdded(name: String) extends SchemaComparisonChange with Product with Serializable
- case class TypeChanged(from: Type, to: Type, target: Target) extends SchemaComparisonChange with Product with Serializable
- case class TypeDeleted(name: String) extends SchemaComparisonChange with Product with Serializable
- case class TypeKindChanged(typeName: String, from: String, to: String) extends SchemaComparisonChange with Product with Serializable
- case class UnionMemberAdded(typeName: String, member: String) extends SchemaComparisonChange with Product with Serializable
- case class UnionMemberDeleted(typeName: String, member: String) extends SchemaComparisonChange with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Target
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated