A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/graphql-dotnet/parser/commit/c2583a5060200842a1ed0592604af0967d1a671a below:

Fix GetDirectiveLocation exception message (#397) · graphql-dotnet/parser@c2583a5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -162,6 +162,6 @@ public static int FragmentsCount(this GraphQLDocument document)

162 162

GraphQLInlineFragment => DirectiveLocation.InlineFragment,

163 163

GraphQLVariableDefinition => DirectiveLocation.VariableDefinition,

164 164 165 -

_ => throw new ArgumentOutOfRangeException(nameof(node), "The supplied node cannot")

165 +

_ => throw new ArgumentOutOfRangeException(nameof(node), "Directives cannot be supplied for the specified node.")

166 166

};

167 167

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4