re-format

This commit is contained in:
aidan coyne 2022-09-19 16:19:29 -05:00
parent fb5805a44e
commit 406c6906b7
2 changed files with 4 additions and 3 deletions

View File

@ -173,8 +173,9 @@ impl<Query, Mutation, Subscription> SchemaBuilder<Query, Mutation, Subscription>
self
}
/// Enables printing the apollo federation 2 `@link` directive during federation schema export;
/// the directive is attached to an "extend schema" element, and will have values set to ensure that
/// Enables printing the apollo federation 2 `@link` directive during
/// federation schema export; the directive is attached to an "extend
/// schema" element, and will have values set to ensure that
/// the federation schema directives and types are named properly.
#[must_use]
pub fn enable_apollo_fed2_link(mut self) -> Self {

View File

@ -222,7 +222,7 @@ where
/// # Examples
///
/// ```rust
///
///
/// use async_graphql::*;
/// use async_graphql::types::connection::*;
///