Created
August 2, 2019 08:57
-
-
Save ngohungphuc/5161a5120729898fef1292d717937e82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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