예제 #1
0
 public MutationType(DataStore store)
 {
     _store = store;
 }
예제 #2
0
 public QueryType(DataStore store)
 {
     _store = store;
 }