Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created August 2, 2019 08:57
Show Gist options
  • Save ngohungphuc/5161a5120729898fef1292d717937e82 to your computer and use it in GitHub Desktop.
Save ngohungphuc/5161a5120729898fef1292d717937e82 to your computer and use it in GitHub Desktop.
Field<ListGraphType<CommentType>, IEnumerable<Comment>>().Name("Comment")
.ResolveAsync(ctx =>
{
return repository.GetCommentByPostId(ctx.Source.Id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment