pub struct IntrospectionBuilder;Expand description
Builds introspection schema from compiled schema.
Implementations§
Source§impl IntrospectionBuilder
impl IntrospectionBuilder
Sourcepub fn build(schema: &CompiledSchema) -> IntrospectionSchema
pub fn build(schema: &CompiledSchema) -> IntrospectionSchema
Build complete introspection schema from compiled schema.
Sourcepub fn build_type_map(
schema: &IntrospectionSchema,
) -> HashMap<String, IntrospectionType>
pub fn build_type_map( schema: &IntrospectionSchema, ) -> HashMap<String, IntrospectionType>
Build a lookup map for __type(name:) queries.
Auto Trait Implementations§
impl Freeze for IntrospectionBuilder
impl RefUnwindSafe for IntrospectionBuilder
impl Send for IntrospectionBuilder
impl Sync for IntrospectionBuilder
impl Unpin for IntrospectionBuilder
impl UnsafeUnpin for IntrospectionBuilder
impl UnwindSafe for IntrospectionBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more