Skip to content

feat(schema): added schema redux slice with useSchema() hook, using serialized graphology

Duijn,S.H.J. (Sivan) requested to merge feat/add-schema-slice into develop

slice has a reducer readInSchemaFromBackend(...) which reads a schema from the backend and loads it into a graphology instance (not tested with real data from the backend)

Merge request reports