Skip to content

Commit

Permalink
Fixed specified by resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 20, 2020
1 parent 00a0193 commit 1c480e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ type switch

public string? GetSpecifiedBy([Parent] IType type) =>
type is ScalarType scalar
? scalar.SpecifiedBy.ToString()
? scalar.SpecifiedBy?.ToString()
: null;
}

Expand Down

0 comments on commit 1c480e3

Please sign in to comment.