Uses of Package
graphql.schema.diffing
-
Packages that use graphql.schema.diffing Package Description graphql.schema.diffing graphql.schema.diffing.ana -
Classes in graphql.schema.diffing used by graphql.schema.diffing Class Description DiffImpl.MappingEntry DiffImpl.OptimalEdit An optimal edit from one graph to another.Edge EditOperation An edit operation between two graphs can be one of six types: insert vertex, delete vertex, change vertex, insert edge, delete edge, change edgeEditOperation.Operation HungarianAlgorithm An implementation of the Hungarian algorithm for solving the assignment problem.Mapping A mapping (in the math sense) from a list of vertices to another list of vertices.PossibleMappingsCalculator We don't want to allow arbitrary schema changes.PossibleMappingsCalculator.PossibleMappings PossibleMappingsCalculator.VertexContextSegment SchemaDiffingRunningCheck SchemaGraph Vertex Vertex.VertexData -
Classes in graphql.schema.diffing used by graphql.schema.diffing.ana Class Description Edge EditOperation An edit operation between two graphs can be one of six types: insert vertex, delete vertex, change vertex, insert edge, delete edge, change edgeEditOperation.Operation Mapping A mapping (in the math sense) from a list of vertices to another list of vertices.SchemaGraph Vertex