Struct apollo_compiler::validation::ValidationStorage
source · pub struct ValidationStorage {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl HasQueryGroup<ValidationStorage> for RootDatabase
impl HasQueryGroup<ValidationStorage> for RootDatabase
source§fn group_storage(&self) -> &<ValidationStorage as QueryGroup>::GroupStorage
fn group_storage(&self) -> &<ValidationStorage as QueryGroup>::GroupStorage
Access the group storage struct from the database.
source§impl QueryGroup for ValidationStorage
impl QueryGroup for ValidationStorage
§type DynDb = dyn ValidationDatabase + 'static
type DynDb = dyn ValidationDatabase + 'static
Dyn version of the associated database trait.