public MutationType(DataStore store) { _store = store; }
public QueryType(DataStore store) { _store = store; }