Esempio n. 1
0
 public TestSchema()
 {
     Query    = new Query();
     Mutation = new Mutation();
 }
Esempio n. 2
0
 public TestSchema()
 {
     Query    = new Query();
     Mutation = new Mutation();
     RegisterValueConverter(new FormFileConverter());
 }