Skip to content

Commit

Permalink
#175: remove top level 'position' query from graphql api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Nelson committed Jan 30, 2020
1 parent b3245fc commit 98aff98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class PositionResolver {
@Autowired
private ObjectMapper mapper;

@GraphQLQuery(name = "position")
//@GraphQLQuery(name = "position")
// @formatter:off
public Position getById(
@GraphQLArgument(name = "id") String id,
Expand Down

0 comments on commit 98aff98

Please sign in to comment.