🔀 chore(base.py): add "beta" field to the serialized representation of FrontendNode class

📝 docs(base.py): update documentation for FrontendNode class to include information about the "beta" field
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-25 17:49:30 -03:00
commit 4e5850da3a

View file

@ -84,6 +84,7 @@ class FrontendNode(BaseModel):
"custom_fields": self.custom_fields,
"output_types": self.output_types,
"documentation": self.documentation,
"beta": self.beta,
},
}