Skip to content

Commit

Permalink
Remove leg resolver from node type
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 24, 2024
1 parent 97d2180 commit b75c047
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ public GraphQLObjectType getType(TypeResolutionEnvironment environment) {
if (o instanceof Trip) {
return schema.getObjectType("Trip");
}
if (o instanceof Leg) {
return schema.getObjectType("Leg");
}
return null;
}

Expand Down

0 comments on commit b75c047

Please sign in to comment.