add fields

This commit is contained in:
2023-01-30 22:21:16 +01:00
parent d2cddff365
commit 496a687bc3
20 changed files with 1133 additions and 634 deletions

View File

@@ -1,3 +1,5 @@
pub mod introspection;
pub struct Scalar(String);
pub struct Boolean(bool);