Skip to content

Instantly share code, notes, and snippets.

@paulbakker
Created February 2, 2021 20:33
Show Gist options
  • Save paulbakker/d0a70250e766e594f57275a3afe6ff77 to your computer and use it in GitHub Desktop.
Save paulbakker/d0a70250e766e594f57275a3afe6ff77 to your computer and use it in GitHub Desktop.
DGS Entity Fetcher example
@DgsEntityFetcher(name="Shows")
public Show show(Map<String, Object> values) {
return new Show((String) values.get("id"), null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment