예제 #1
0
 private static string RequiredSubselectionMessage(string field, string type)
 => ScalarLeafsError.RequiredSubselectionMessage(field, type);
예제 #2
0
 private static string NoSubselectionAllowedMessage(string field, string type)
 => ScalarLeafsError.NoSubselectionAllowedMessage(field, type);