Skip to content

Instantly share code, notes, and snippets.

@aSemy
Created May 30, 2018 14:29
Show Gist options
  • Select an option

  • Save aSemy/b0bcada9f2d6315985622ab29c0528f6 to your computer and use it in GitHub Desktop.

Select an option

Save aSemy/b0bcada9f2d6315985622ab29c0528f6 to your computer and use it in GitHub Desktop.
getMeterReadings PreAuthorize
@GraphQLQuery(name = "getMeterReadings")
@PreAuthorize("isAuthenticated()")
public TreeSet<MeterReadingDTO> getMeterReadings(
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment