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