Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-dax committed Feb 25, 2021
1 parent a776b0c commit d26013e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public UtilityNetworkServiceQueries(ILogger<UtilityNetworkServiceQueries> logger
Description = "GraphQL API for querying data owned by utility network service";

Field<ListGraphType<ManufacturerType>>(
name: "manufacturer",
description: "Retrieve all manufacturer.",
name: "manufacturers",
description: "Retrieve all manufacturers.",
resolve: context =>
{
var queryResult = queryDispatcher.HandleAsync<GetManufacturer, Result<LookupCollection<Manufacturer>>>(new GetManufacturer()).Result;
Expand Down

0 comments on commit d26013e

Please sign in to comment.