Uses of Class
graphql.schema.diffing.EditOperation
Packages that use EditOperation
-
Uses of EditOperation in graphql.schema.diffing
Methods in graphql.schema.diffing that return EditOperationModifier and TypeMethodDescriptionstatic EditOperationEditOperation.changeEdge(String description, Edge sourceEdge, Edge targetEdge) static EditOperationEditOperation.changeVertex(String description, Vertex sourceVertex, Vertex targetVertex) static EditOperationEditOperation.deleteEdge(String description, Edge sourceEdge) static EditOperationEditOperation.deleteVertex(String description, Vertex sourceVertex, Vertex targetVertex) static EditOperationEditOperation.insertEdge(String description, Edge targetEdge) static EditOperationEditOperation.insertVertex(String description, Vertex sourceVertex, Vertex targetVertex) Methods in graphql.schema.diffing that return types with arguments of type EditOperationModifier and TypeMethodDescriptionSchemaDiffing.diffGraphQLSchema(GraphQLSchema graphQLSchema1, GraphQLSchema graphQLSchema2) DiffImpl.OptimalEdit.getListOfEditOperations()Method parameters in graphql.schema.diffing with type arguments of type EditOperationModifier and TypeMethodDescriptionstatic intEditorialCostForMapping.baseEditorialCostForMapping(Mapping mapping, SchemaGraph sourceGraph, SchemaGraph targetGraph, List<EditOperation> editOperationsResult) Gets the "editorial cost for mapping" for the base mapping. -
Uses of EditOperation in graphql.schema.diffing.ana
Method parameters in graphql.schema.diffing.ana with type arguments of type EditOperationModifier and TypeMethodDescriptionEditOperationAnalyzer.analyzeEdits(List<EditOperation> editOperations, Mapping mapping)