Skip to content

Commit

Permalink
PT-447: Add name of variation to VariationType
Browse files Browse the repository at this point in the history
  • Loading branch information
akak1977 committed Mar 15, 2021
1 parent 3249ab9 commit fc658ff
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -14,6 +14,12 @@ public VariationType()
"id",
description: "Id of variation.",
resolve: context => context.Source.IndexedProduct.Id
);

Field<StringGraphType>(
"name",
description: "Name of variation.",
resolve: context => context.Source.IndexedProduct.Name
);

Field<StringGraphType>(
Expand Down

0 comments on commit fc658ff

Please sign in to comment.