summaryrefslogtreecommitdiff
path: root/src/graphql/mod.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-08-21 11:59:50 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-08-21 12:04:28 +0200
commit185ba5270aaf94de9b91e4455be27db5198ec21e (patch)
treefc8d71e7ac6fd6b5b5aa8cc3fbf3c511d2b51342 /src/graphql/mod.rs
parentc2b09dbb88591d9695c1cd2227c5d559b4a8e775 (diff)
Reformat graphql mod
Diffstat (limited to 'src/graphql/mod.rs')
-rw-r--r--src/graphql/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphql/mod.rs b/src/graphql/mod.rs
new file mode 100644
index 0000000..305f0d3
--- /dev/null
+++ b/src/graphql/mod.rs
@@ -0,0 +1,2 @@
+pub mod query;
+pub mod routes;