server: Add a is_readonly attribute to the schema

This commit is contained in:
Valentin Tolmer
2024-08-27 22:51:34 +02:00
committed by nitnelave
parent 3ec44a58be
commit b1384818d2
10 changed files with 38 additions and 1 deletions

1
schema.graphql generated
View File

@@ -78,6 +78,7 @@ type AttributeSchema {
isVisible: Boolean!
isEditable: Boolean!
isHardcoded: Boolean!
isReadonly: Boolean!
}
"The fields that can be updated for a user."