コード例 #1
0
 public Operation()
 {
     OperationType = OperationType.Query;
     Directives    = new Directives();
     Variables     = new VariableDefinitions();
 }
コード例 #2
0
 protected bool Equals(Directives directives)
 {
     return false;
 }
コード例 #3
0
ファイル: FragmentSpread.cs プロジェクト: Yadep/GraphqlTp1
 public FragmentSpread()
 {
     Directives = new Directives();
 }
コード例 #4
0
 protected bool Equals(Directives directives) => false;
コード例 #5
0
 public FragmentDefinition()
 {
     Directives = new Directives();
 }