add format function

This commit is contained in:
2023-02-15 21:15:11 +01:00
parent 4ebd1b4b17
commit 427e47c675
5 changed files with 51 additions and 9 deletions

View File

@@ -161,6 +161,9 @@ pub struct FullTypeFields {
pub type_: Option<FullTypeFieldsType>,
pub is_deprecated: Option<bool>,
pub deprecation_reason: Option<String>,
#[serde(skip)]
pub parent_type: Option<FullType>,
}
#[derive(Clone, Debug, Deserialize)]