예제 #1
0
 public EnumMutationSchema()
 {
     Query    = new UserQuery();
     Mutation = new MutationRoot();
 }
예제 #2
0
 public EnumMutationSchema()
 {
     Mutation = new MutationRoot();
 }