コード例 #1
0
ファイル: SelectionSets.cs プロジェクト: pekkah/tanka-graphql
 private static bool DoesFragmentTypeApply(ObjectDefinition objectDefinition, TypeDefinition fragmentType)
 {
     return(Ast.DoesFragmentTypeApply(objectDefinition, fragmentType));
 }