Right now the only way to patch a schema is to fet...
# spicedb
e
Right now the only way to patch a schema is to fetch the current schema with
ReadSchema
, modify it, and then update it with
WriteSchema
But I'll also add that it's usually better to find a way to represent changes that need to happen frequently as relationships (data) and not schema, if possible