server: Add a is_readonly attribute to the schema
This commit is contained in:
committed by
nitnelave
parent
3ec44a58be
commit
b1384818d2
1
schema.graphql
generated
1
schema.graphql
generated
@@ -78,6 +78,7 @@ type AttributeSchema {
|
||||
isVisible: Boolean!
|
||||
isEditable: Boolean!
|
||||
isHardcoded: Boolean!
|
||||
isReadonly: Boolean!
|
||||
}
|
||||
|
||||
"The fields that can be updated for a user."
|
||||
|
||||
Reference in New Issue
Block a user