Skip to content

Commit

Permalink
BACKLOG-22357: fix GQL naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jkevan committed Feb 13, 2024
1 parent 75450c9 commit 4233463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.List;
import java.util.stream.Collectors;

@GraphQLName("ExportPackageInspectorResult")
@GraphQLName("ExportPackages")
@GraphQLDescription("Result of the export package inspector operation.")
public class ExportPackages {
String packageName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.ArrayList;
import java.util.List;

@GraphQLName("ImportPackageInspectorResultParent")
@GraphQLName("FindExportPackage")
@GraphQLDescription("Result of the export package inspector operation.")
public class FindExportPackage {
int totalCount = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.ArrayList;
import java.util.List;

@GraphQLName("ImportPackageInspectorResult")
@GraphQLName("FindImportPackage")
@GraphQLDescription("Result of the import package inspector operation.")
public class FindImportPackage {

Expand Down

0 comments on commit 4233463

Please sign in to comment.