pub trait PossibleTypesExtension {
    fn possible_types(&self, schema: &Document) -> Vec<ObjectType>;
}

Required methods

Implementors