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