Skip to content
Discussion options

You must be logged in to vote

I'll answer my own quesion... A Resolver and setting the Name property

protected override void Configure(IObjectTypeDescriptor<Models.Product> descriptor)
{
    descriptor.Field(fld => fld.Rating).Name("Rating");
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@bo55vxr
Comment options

Answer selected by bo55vxr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant