fix build
Build and Deploy / build-and-deploy (push) Successful in 12m48s

This commit is contained in:
2026-05-04 20:11:43 +02:00
parent 982178bff7
commit 4787f2d98b
12 changed files with 471 additions and 563 deletions
+14
View File
@@ -1,3 +1,17 @@
fragment UserParts on User {
__typename
users {
__typename
username
name
email
password {
value
passwordChangeRequired
}
}
}
fragment PostParts on Post {
__typename
title