Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Sep 6, 2024
1 parent 2470b77 commit 354cf4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ private String readGroupName(MethodInfo method) {
}
return null;
}

private String fieldsFragment(TypeModel type) {
return "... on " + type.getGraphQlTypeName() + fields(type);
}
Expand Down

0 comments on commit 354cf4c

Please sign in to comment.