Uses of Class
graphql.schema.diffing.ana.EditOperationAnalysisResult
-
Packages that use EditOperationAnalysisResult Package Description graphql.schema.diffing graphql.schema.diffing.ana -
-
Uses of EditOperationAnalysisResult in graphql.schema.diffing
Methods in graphql.schema.diffing that return EditOperationAnalysisResult Modifier and Type Method Description EditOperationAnalysisResultSchemaDiffing. diffAndAnalyze(GraphQLSchema graphQLSchema1, GraphQLSchema graphQLSchema2) -
Uses of EditOperationAnalysisResult in graphql.schema.diffing.ana
Methods in graphql.schema.diffing.ana that return EditOperationAnalysisResult Modifier and Type Method Description EditOperationAnalysisResultEditOperationAnalyzer. analyzeEdits(java.util.List<EditOperation> editOperations, Mapping mapping)
-