コード例 #1
0
 public void Complete()
 {
     if (_rootTypeHandler != null)
     {
         throw new Exception("Variable types already complete.");
     }
     _rootTypeHandler = new RootTypeHandler(new MetaTypeHandler(this));
 }
コード例 #2
0
ファイル: VariableTypes.cs プロジェクト: ckimes89/graphql-net
 public void Complete()
 {
     if (_rootTypeHandler != null) throw new Exception("Variable types already complete.");
     _rootTypeHandler = new RootTypeHandler(new MetaTypeHandler(this));
 }